NewPlaer01005

Decal spam on touch(accessoir required)

Feb 28th, 2024
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.13 KB | None | 0 0
  1. local ID = 16364746825
  2. local hat = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Accessory")
  3. local hp = hat.Handle hp.Size = hp.Size + Vector3.new (5,5,5) hp.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position hp.Touched:Connect(function(v)
  4. local decal1 =Instance.new("Decal")             local decal2 =Instance.new("Decal")             local decal3 =Instance.new("Decal")             local decal4 =Instance.new("Decal")             local decal5 =Instance.new("Decal")             local decal6 =Instance.new("Decal")             decal1.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal2.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal3.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal4.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal5.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal6.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal1.Parent = v           decal2.Parent = v           decal3.Parent = v           decal4.Parent = v           decal5.Parent = v           decal6.Parent = v           decal1.Face = "Front"           decal2.Face = "Top"             decal3.Face = "Left"            decal4.Face = "Right"           decal5.Face = "Bottom"          decal6.Face = "Back"end)
Advertisement
Add Comment
Please, Sign In to add comment