Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

roblox lua wait for player to load

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

Player.CharacterAdded:Wait()
 
PREVIOUS NEXT
Tagged: #roblox #lua #wait #player #load
ADD COMMENT
Topic
Name
7+9 =