#find char

8 messages · Page 1 of 1 (latest)

finite geyser
#

You cannot acces game.Players.LocalPlayer in a serverscript (normal script)

#

To get the player from a server script in a tool you can do this:

local player = script:FindFirstAnscestorWhichIsA("Player")
tidal veldt
#

ty

warm mango
#

What is char? Character?

stray bramble
stray bramble
# tidal veldt ty

you can't change pos and all stuff values in a localscript since it will only get changed on client

#

so get the player on client

#

and then fire a remote event