SHOW:
|
|
- or go back to the newest paste.
| 1 | - | local marble = Instance.new("Part", owner.Character)
|
| 1 | + | local at1 = Instance.new("Attachment",owner.Character.HumanoidRootPart)
|
| 2 | - | marble.Position = Vector3.new(0, 10, 0) |
| 2 | + | local at2 = Instance.new("Attachment",workspace.Terrain)
|
| 3 | - | owner.Character.Humanoid.RequiresNeck = false |
| 3 | + | local bambam = Instance.new("Torque",owner.Character.HumanoidRootPart)
|
| 4 | - | marble.Shape = Enum.PartType.Ball |
| 4 | + | bambam.Torque = Vector3.new(0,500000000,0) |
| 5 | - | marble.Size = Vector3.new(8,8,8) |
| 5 | + | bambam.Attachment1 = at2 |
| 6 | - | local decal = Instance.new("Decal", marble)
|
| 6 | + | bambam.Attachment0 = at1 |
| 7 | - | decal.Face = Enum.NormalId.Top |
| 7 | + | bambam.RelativeTo = "World" |
| 8 | - | local happyFace = "http://www.roblox.com/asset/?id=4435280948" |
| 8 | + | owner.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll, false) |