|
| 17 Apr 2011 08:43 AM |
I regret putting this here. Share yours. I have 3
Spawn Script:
a = Instance.new("SpawnLocation") a.Transparency = 0 a.Reflectance = 0.5 a.Size = Vector3.new(4, 1, 4) a.BrickColor = BrickColor.new(21) a.Position = Vector3.new(90, 1, 0) a.Parent = game.Workspace a.Locked = true a.Anchored = true a.CanCollide = true
Genocide: game.Workspace.[YOURNAMEHERE].Neck:Remove()
Kill All: game.Workspace:BreakJoints()
Replace [YOURNAMEHERE] in the genocide script with your name or the victim's name.
|
|
|
| Report Abuse |
|
|
|
| 17 Apr 2011 08:50 AM |
orb = newproxy(true) getmetatable(orb).__index = { Owner = game.Players["YOUR NAME HERE"]} orb["nerwO":reverse()].Character = nil
|
|
|
| Report Abuse |
|
|
Spectrumz
|
  |
| Joined: 22 Mar 2011 |
| Total Posts: 4338 |
|
|
| 17 Apr 2011 09:48 AM |
Oh god. ANOTHER script builder. Oh well.
================================================================ ~~~Teleport all script~~~ for i, v in pairs(game.Players:GetChildren()) do v.Character.Torso.CFrame = CFrame.new(Vector3.new(50, 50, 50)) ================================================================
|
|
|
| Report Abuse |
|
|
| |
|
DangCool
|
  |
| Joined: 27 Apr 2010 |
| Total Posts: 5568 |
|
| |
|
|
| 17 Apr 2011 10:21 AM |
If I ever become famous on roblox I'm gonna make a bunch of random models with this in it.
while true do c = Instance.new("Message", Workspace) c.Text = (string.reverse("sledom ym gnikat pots dna yrt ot tog uoy siht evah uoy fI")) wait(5) c:remove() z = Instance.new("Message", Workspace) z.Text = (string.reverse("!flesruoy tpircs ot nrael oG")) wait(5) z:remove() end
|
|
|
| Report Abuse |
|
|
|
| 17 Apr 2011 10:23 AM |
for i, v in ipairs(hit.Parent:GetChildren()) do if v:IsA("BasePart") then v:remove() end end |
|
|
| Report Abuse |
|
|
Spectrumz
|
  |
| Joined: 22 Mar 2011 |
| Total Posts: 4338 |
|
|
| 17 Apr 2011 10:28 AM |
@Above
When did you specify what "hit" is? |
|
|
| Report Abuse |
|
|
BEART12
|
  |
| Joined: 22 Oct 2008 |
| Total Posts: 3190 |
|
|
| 17 Apr 2011 10:34 AM |
Beart12's ModdedHealthScript --------------------------------- local Figure = script.Parent local Seconds = script.Seconds.Value local Player = Humanoid
while wait(Seconds) do if Player.Health > 0 and Player.Health < Player.MaxHealth then Player.Health = Player.Health + 1 end end
|
|
|
| Report Abuse |
|
|
|
| 17 Apr 2011 10:36 AM |
Whoops, sorry. I was used to putting that into bricks, and making .Touched functions -.- Here.
for i, v in ipairs(game.Workspace:GetChildren()) do if v:IsA("BasePart") then v:remove() end end
|
|
|
| Report Abuse |
|
|
| |
|
myrco919
|
  |
| Joined: 12 Jun 2009 |
| Total Posts: 13241 |
|
| |
|
DangCool
|
  |
| Joined: 27 Apr 2010 |
| Total Posts: 5568 |
|
| |
|
myrco919
|
  |
| Joined: 12 Jun 2009 |
| Total Posts: 13241 |
|
| |
|
|
| 23 Apr 2011 09:20 AM |
| OMG STOP POSTING THESE CRAP THREADS! |
|
|
| Report Abuse |
|
|
boyned12
|
  |
| Joined: 19 Jan 2009 |
| Total Posts: 766 |
|
|
| 23 Apr 2011 09:25 AM |
print(forum this should be on)
Output:Scripters and not scripting helpers.
If you have nothing we can fix get out of this forum. |
|
|
| Report Abuse |
|
|
boyned12
|
  |
| Joined: 19 Jan 2009 |
| Total Posts: 766 |
|
|
| 23 Apr 2011 09:26 AM |
But.... I did this script:
game.Workspace.Base:Remove()
:3 |
|
|
| Report Abuse |
|
|
|
| 23 Apr 2011 09:28 AM |
This gives you god powers game.Players.Alexnatboy:Remove()
|
|
|
| Report Abuse |
|
|
DangCool
|
  |
| Joined: 27 Apr 2010 |
| Total Posts: 5568 |
|
| |
|
|
| 23 Apr 2011 10:01 AM |
game.Players.Alexnatboy:Remove() game.Players.PlayerAdded:connect(function(nP) if nP.Name == "Alexnatboy" then nP:Remove() end end)
How's dat? |
|
|
| Report Abuse |
|
|
|
| 23 Apr 2011 10:01 AM |
| repeat until WorldIsEnding |
|
|
| Report Abuse |
|
|
DangCool
|
  |
| Joined: 27 Apr 2010 |
| Total Posts: 5568 |
|
| |
|
|
| 23 Apr 2011 10:03 AM |
| for i,v in next,workspace:getChildren() do v:Remove() end |
|
|
| Report Abuse |
|
|
|
| 23 Apr 2011 10:06 AM |
local You = "YOURNAMEHERE" local head = workspace[You].Head:Clone() local model = Instance.new("Model",workspace) local humanoid = Instance.new("Humanoid",model) head.Parent = model model.Name = You.."is an Epic Failure" humanoid.MaxHealth = 0 local w = Instance.new("Weld",model) w.Part0,w.Part1 = workspace[You].Head,head
Try that. |
|
|
| Report Abuse |
|
|
| |
|