why the function does not activate?
Asked by
5 years ago Edited 5 years ago
so, I created a script that changes a GUI to show what level a player is at.
1 | game.Players.PlayerAdded:Wait() |
3 | script.Parent.Text = script.Parent.Parent.Parent.Parent.RespawnLocation.Name |
7 | script.Parent.Parent.Parent.Parent.RespawnLocation.Changed:Connect(onChanged()) |
I said that the text that appeared in the Gui would be the name of the Player's RespawnLocation
my problem is that the function does not activate, even when the RespawnLocation is changed
of the player