Search
 
SCRIPT & CODE EXAMPLE
 

LUA

roblox wait for character

player.CharacterAppearanceLoaded:Connect(function(character))
Comment

wait for player character roblox

local players = game.Players

-- This event fires when the the full appearance of a Player’s Player.Character has been inserted.

players.PlayerAdded:Connect(function(plr)
	plr.CharacterAppearanceLoaded:Connect(function(char)
		-- Your Code :P		
	end)
end)
Comment

PREVIOUS NEXT
Code Example
Lua :: What is CanCollide in roblox? 
Lua :: shift to sprint 
Lua :: how to make everyone on team see name roblox 
Lua :: free roblux 
Lua :: roblox rotate head with camera 
Lua :: what is a value lua 
Lua :: lua difference between pairs and ipairs 
Lua :: wails build 
Lua :: fivem get closest player 
Lua :: What percentage of developers use Lua 
Lua :: check if play is in group 
Lua :: How to create a part with script in roblox srudio 
Matlab :: create empty dataframe r with column names 
Matlab :: matlab rlocus 
Matlab :: matlab label size 
Matlab :: what is java_home 
Basic :: how to open d drive using conda prompt 
Basic :: dos/cmd equivalent to "head" 
Elixir :: elixir debug 
Elixir :: elixir timex format 
Elixir :: elixir new structs 
Scala :: scala Datetime parse 
Scala :: repartition in spark scala 
Excel :: google sheets convert abbreviation of month to number 
Excel :: Date and Time maths with Excel 
Perl :: len perl 
Pascal :: pascal 
Gdscript :: gdscript for loop 
Lisp :: random choice from list of strings in emacs lisp 
Assembly :: vba check if shape name exists 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =