mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-16 10:41:54 +00:00
10 lines
195 B
Lua
10 lines
195 B
Lua
--!optimize 2
|
|
--!native
|
|
--!strict
|
|
|
|
local StarterPlayer = game:GetService("StarterPlayer")
|
|
|
|
return function()
|
|
StarterPlayer.CharacterWalkSpeed = 0
|
|
StarterPlayer.CharacterJumpHeight = 0
|
|
end |