GUIScript not working in player?
Asked by
9 years ago Edited 8 years ago
Works in studio, but not in player. This is a script in ServerScriptService
01 | game.Players.PlayerAdded:connect( function (player) |
02 | local text = player.PlayerGui:WaitForChild( "PlayerJoined" ).TextLabel |
05 | text.Text = player.Name.. " has joined the game!" |
06 | local posy = text.AbsolutePosition.Y |
08 | text.Position = UDim 2. new( 0.4 , 0 , 0 , posy) |
11 | text.AbsolutePosition.Y = = ( 0 ) |
14 | local posy = text.AbsolutePosition.Y |
16 | text.Position = UDim 2. new( 0.4 , 0 , 0 , posy) |
19 | text.AbsolutePosition.Y = = (- 100 ) |