#Position and distance stuff not working
47 messages · Page 1 of 1 (latest)
local character = player.Character or player.CharacterAdded:Wait()
I've done that
** You are now Level 3! **
Local script or server script ?
its a server script
omg
don't tell me I had to do this on a local script the whole time
You need a local script / player added
but it doesn't print anything?
you cant get LocalPlayer in Server Script
Ok, it's in a local scrit now
Am I doing anything wrong?
It's not printing anything
nothing at all
where your script
in the workspace
[SOLVED]
wait
but it's just printing the same number over and over again 💀
OH nvm I see wh
ugh nvm no I do not
Why isn't it changing when I move?
Put the local player distance ... In the loop
cuz you call the function only one time
you can use
RunService.Heartbeat:Connect(function(deltaTime)
distance()
end)
The while true works
I've tried
while true do
distance()
end
him need when him moving
and the runservice thing doesn't work
game.RunService.
Put the l8 in the loop
oh ok I got it now