Search
 
SCRIPT & CODE EXAMPLE
 

CSS

roblox player died

game:GetService('Players').PlayerAdded:Connect(function(player)
	player.CharacterAdded:Connect(function(character)
		character:WaitForChild("Humanoid").Died:Connect(function()
			print(player.Name .. " has died!")
		end)
	end)
end)
Comment

PREVIOUS NEXT
Code Example
Css :: make text unselectable css 
Css :: css add dots if text too long 
Css :: placeholder font size 
Css :: reset a tag css 
Css :: htaccess for angular 
Css :: remove bullets from ul 
Css :: css how to make text not break 
Css :: make img black and white css 
Css :: table add margin between rows 
Css :: last second css 
Css :: css rotate 180 degrees 
Css :: absolute vertical position css 
Css :: html if text too long newline 
Css :: css center image 
Css :: add gradient to text css 
Css :: limit p 
Css :: li remove dot css 
Css :: change the color of a checkbox css 
Css :: disable text wrap css 
Css :: css rounded corners 
Css :: diable focus button css 
Css :: css selector no attribute 
Css :: disable scroll css 
Css :: jquery add css 
Css :: css input remove border on focus 
Css :: select box arrow hide css in ie 
Css :: how to center div in css 
Css :: position absolute center 
Css :: image crop using css 1:1 
Css :: css text bottom to top 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =