#when the player touches the part the text doesn't change
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
script.Parent.Touched:Connect(function(touch)
local plr = game.Players.LocalPlayer
plr.PlayerGui.ObjectiveGUI.Frame.Description.Text = "Get back to car"
end)