Advertisement
Vzurxy

basic method hooking lua

Aug 3rd, 2019
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. local Kick = game.Players.LocalPlayer.Kick
  2. Kick(game.Players.LocalPlayer, "kick reason") -- get the function used to call it and then make the function run on our localplayer then supply a reason
  3.  
  4. --[[
  5. game.Players.LocalPlayer:Kick("yes")
  6. ]]-- --normal way
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement