#How i can call a player (local player = ?)

6 messages · Page 1 of 1 (latest)

edgy thicket
#

I need to call a player in a local script , How i can do it?

desert otter
#

game.Players.LocalPlayer

edgy thicket
#

ok , thank you

fair marlin
#

You can try get its number and call him that way

versed rain
#
local Players = game:GetService('Players')
local Player = Players.LocalPlayer
#

Better to use game:GetService