Answers for "roblox lua wait for player to load"

Lua
0

roblox lua wait for player to load

--This is only for roblox for obvious reasons
local Player = game:GetService('Players').LocalPlayer

Player.CharacterAdded:Wait()
Posted by: Guest on March-14-2021

Browse Popular Code Answers by Language