Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Get the player's character and torso
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local torso = character:WaitForChild("Torso")
- -- Create a new decal with the specified ID
- local decal = Instance.new("Decal")
- decal.Texture = "12063361694"
- -- Apply the decal to the torso
- decal.Parent = torso
- -- By themightycta on Pastebin
Advertisement
Add Comment
Please, Sign In to add comment