mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-17 02:21:54 +00:00
Tag removal and new serverside structure
This commit is contained in:
10
src/server/main/StarterPlayer.lua
Normal file
10
src/server/main/StarterPlayer.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
--!optimize 2
|
||||
--!native
|
||||
--!strict
|
||||
|
||||
local StarterPlayer = game:GetService("StarterPlayer")
|
||||
|
||||
return function()
|
||||
StarterPlayer.CharacterWalkSpeed = 0
|
||||
StarterPlayer.CharacterJumpHeight = 0
|
||||
end
|
||||
Reference in New Issue
Block a user