|
| 11 Mar 2013 06:16 PM |
1st Script Name of script: I have no idea what to call it _____________________________________________________________
while true do
wait(1) local B = Instance.new("Part",game.Workspace) B.Name = "Test" B.Size = Vector3.new(3, 3, 3) B.BrickColor = BrickColor.new(21) B.Position = Vector3.new(0, 25, 0) B.Anchored = false B.CanCollide = true wait(1) B.Anchored = true wait(1) B.Position = Vector3.new(20, 5, 20) wait(1) for i=1,30 do B.CFrame = B.CFrame - Vector3.new(0.1, 0, 0) wait(0.01) end B.Transparency = 0.5 wait(2) B:Remove() end _____________________________________________________________________ 2nd script Name of script: UFO head
game.Workspace.PLAYERNAME.Head.Mesh.MeshType = "Sphere" game.Workspace.PLAYERNAME.Mesh.Scale = Vector3.new(2, 0.5, 2)
_______________________________________________________________________ 3rd script kill script examples: ______________________________________________________________________
1: game.Workspace.PLAYERNAME.Humanoid.Health = 0
2: game.Workspace.PLAYERNAME:BreakJoints()
3: game.Workspace.PLAYERNAME.Head:Remove
4: game.Workspace.PLAYERNAME.Torso:Remove _______________________________________________________________________- I will come up with more later |
|
|
| Report Abuse |
|
|
| 11 Mar 2013 06:22 PM |
game.Workspace
Is that enough? :3 |
|
|
| Report Abuse |
|
|
| 11 Mar 2013 06:23 PM |
And posting my scripts dont feel good..
|
|
|
| Report Abuse |
|
|
| 11 Mar 2013 06:23 PM |
NO! Let me help you a bit. Try game.Workspace:Remove()
c: |
|
|
| Report Abuse |
|
|
| 11 Mar 2013 06:24 PM |
game.Players.mooncoon123:Destroy()
ya :3 |
|
|
| Report Abuse |
|