Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- angry = false -- ignore pls
- wait(2)
- normal = "http://www.roblox.com/asset/?id=2178100649"
- lp = game:GetService("Players").Animetaional_Clone -- change ur name of course
- char = lp.Character
- gc = char:GetChildren()
- for i=1, #gc do
- if gc[i].ClassName == "Part" then
- gc[i].Transparency = 1
- if gc[i]:FindFirstChildOfClass("Decal") then
- gc[i]:FindFirstChildOfClass("Decal"):Destroy()
- end
- end
- if gc[i].ClassName == "Shirt" or gc[i].ClassName == "Pants" or gc[i].ClassName == "Hat" or gc[i].ClassName == "Accessory" or gc[i].ClassName == "ShirtGraphic" or gc[i].ClassName == "ShirtGraphics" then
- gc[i]:Destroy()
- end
- end
- decalpart = Instance.new("Part",workspace)
- decalpart.Size = Vector3.new(4,4.5,0.1)
- decalpart.Anchored = true
- decalpart.CanCollide = false
- decalpart.Transparency = 1
- decalpart.Parent = char
- decal1 = Instance.new("Decal",decalpart)
- decal1.Face = Enum.NormalId.Front
- decal1.Texture = "http://www.roblox.com/asset/?id=2183824696"
- decal2 = Instance.new("Decal",decalpart)
- decal2.Face = Enum.NormalId.Back
- decal2.Texture = "http://www.roblox.com/asset/?id=2183828557"
- decalpart.Touched:connect(function(hit)
- if hit.Parent:FindFirstChildOfClass("Humanoid") and hit.Parent ~= char and hit.Parent.Parent ~= char then
- if angry then
- hit:BreakJoints()
- end
- end
- end)
- while true do
- wait(0.01)
- decalpart.CFrame = char.Head.CFrame - Vector3.new(0,2.8,0)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement