script.Parent.Touched:Connect(function(hit) if hit and hit.Parent:FindFirstChild("Humanoid") then local hum = hit.Parent hum.HumanoidRootPart.Position = Vector3.new(130.6, -64.1, -77.7) game.StarterGui.LouStart.ChangeText.Visible = false game.StarterGui.LouStart.better.Text = "hmmm... everything seems normal" wait(5) game.StarterGui.LouStart.better.Text = "POV: Fortnite launcher opens" game.Workspace.bomba.Script.Enabled = true end end)
Hello, it's me from the future, it turns out you need to change the playergui, not the starter gui so u have to get the player from character and then do player.playergui so you can acces their gui, lua is amazing