Advertisement
KodingKid

Roblox script that recognises players

Mar 22nd, 2021
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. local localPlayer = game.Players.LocalPlayer
  2. local function characterAdded(newCharacter)
  3.     character = newCharacter
  4.     humanoid = newCharacter:WaitForChild("Humanoid")
  5. --character = body
  6. --humanoid = player
  7. --you can use this script to do whatever you want if used correctly
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement