I hope you guys enjoyed this tutorial!
----------Discord------------
Discord Server: / discord
-----------Script------------
script.Parent.Touched:Connect(function(hit)
local player = game.Players:GetPlayerFromCharacter(hit.Parent)
player:Kick("Test")
end)
-----------Guide--------------
(this is not part of script btw) Remember Where is says player:Kick("Test") In the quotes where it says test replace that with the reason on why you want to kick them.