of     1   

papaneguest
#220219214Saturday, July 01, 2017 7:43 PM GMT

function onTouched(hit) local player = game.Players:GetPlayerFromCharacter(hit.Parent) local plr = game.Players plr:kick() connection = script.Parent.Touched:connect(onTouched) why this no work!!??
Mr_Pure
#220219646Saturday, July 01, 2017 7:48 PM GMT

message = "GET KFC'ed Boi!" --hashtag filter script.Parent.Touched:connect(function(hit) local player = game.Players:GetPlayerFromCharacter(hit.Parent) local msg = Instance.new("Message", workspace) msg.Text = "message" wait(10) msg:Remove() player:kick() end) This is siggy. He is does not like people. He will bite.
Mr_Pure
#220219684Saturday, July 01, 2017 7:49 PM GMT

whoops msg.Text = (message) mb This is siggy. He is does not like people. He will bite.
Mr_Pure
#220219757Saturday, July 01, 2017 7:50 PM GMT

also you're trying to kick game.Players not the actual player himself, which will error. This is siggy. He is does not like people. He will bite.

    of     1