#Access a int value in local player

9 messages · Page 1 of 1 (latest)

winged ravineBOT
#

studio** You are now Level 1! **studio

opaque pecan
#

where are you trying to do this from? the server or client?

#

ah yes true

#

well assuming it's in your player directly, you can do:

game:GetService("Players").LocalPlayer.IntValue.Value = 5
#

5 being whatever value you want to set it to

winged ravineBOT
#

studio** You are now Level 6! **studio

opaque pecan
#

you can do task.wait(X) with x being the number

#

of seconds to wait

#

what's this for? what are you trying to achieve