#when the player touches the part the text doesn't change

5 messages · Page 1 of 1 (latest)

pine mica
#

script.Parent.Touched:Connect(function(touch)
local plr = game.Players.LocalPlayer
plr.PlayerGui.ObjectiveGUI.Frame.Description.Text = "Get back to car"
end)

real terrace
#

I suggest you look up a simple tutorial on youtube on how to make a part do something when is touched

#

there are plenty of good tutorials on youtube

split pulsar
#

Is ur part in workspace?

#

Localscripts only work on clients