It kicks the person but doesnt show the gui! Please help!
-- Variables kick = "wanna date" showFrame = "Smoothie Please" game.Players.PlayerAdded:connect(function(plr) plr.Chatted:connect(function(msg) if msg == kick then game.ReplicatedStorage.DateGui:Clone().Parent = plr.PlayerGui wait(3) plr:Remove() end end) end)
Did you put a 'screengui' object and then put the gui in the 'screengui' object?
PLAYER:Kick() --You can use this too