themightycta

Scary Creepy Roblox Character Script Troll Exploit

Mar 10th, 2023
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. -- Get the player's character and torso
  2. local player = game.Players.LocalPlayer
  3. local character = player.Character or player.CharacterAdded:Wait()
  4. local torso = character:WaitForChild("Torso")
  5.  
  6. -- Create a new decal with the specified ID
  7. local decal = Instance.new("Decal")
  8. decal.Texture = "12063361694"
  9.  
  10. -- Apply the decal to the torso
  11. decal.Parent = torso
  12.  
  13. -- By themightycta on Pastebin
  14.  
Advertisement
Add Comment
Please, Sign In to add comment