ROBLOX Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Player On Enter Script [ROBLOX]

Go down

Player On Enter Script [ROBLOX] Empty Player On Enter Script [ROBLOX]

Post by Guest97574 Thu 08 Oct 2015, 12:55

local m =Instance.new("Message")

function onPlayerEntered(player)
m.Parent = game.Workspace
m.Text = player.Name.. " has joined the game!"
wait(3)
m.Parent = nil
end

game.Players.ChildAdded:connect(onPlayerEntered)
Guest97574
Guest97574
Admin

Posts : 12
Join date : 2015-10-07

https://robloxforum.iftopic.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum