NOTE: the comments are a second script that i dont think works
local char = script.Parent local ClickDetector = script.Parent.ClickDetector game.Workspace:WaitForChild("Kin").MouseButton1Click:connect(function() game.Players.LocalPlayer.PlayerGui.Kinnis.Text.Active= true end) --local function clicked() --game.Players.LocalPlayer.PlayerGui.Kinnis.Text.Visible = true --wait(5) --game.Players.LocalPlayer.PlayerGui.Kinnis.Text.Visible = false --end --char.MouseButton1Down:connect()