|
| 15 Aug 2011 02:39 PM |
I've met lots of people on Roblox who can't script. So now I'm gonna tell you some basic scripts which you can use on Script Builder! ^.^
BASIC SCRIPTING -
Kill: game.Worksace.Lollypop647.Humanoid.Health = 0
Kick: game.Workspace.Lollypop647:Remove()
Infinite Health: game.Workspace.Lollypop647.Humanoid.MaxHealth = math.huge
Kick all: p= game.Players:GetChildren() for i= 1, #p do p[i]:remove() end
Kill all: p= game.Players:GetChildren() for i = 1,#p do p[i].Character.Humanoid. MaxHealth = 0
No tools all: p= game.Players:GetChildren() for i = 1,#p do o = p[i].Backpack:GetChildren() for i = 1, #o do o[i]:remove() end end
Time: game.Lighting.TimeOfDay = "00:00:00"
Face remove: game.Workspace.Lollypop647.Head.Face:remove()
Invisible Torso: game.Workspace.Lollypop647.Humanoid.Torso.Transparency = 1
Walkspeed: game.Workspace.Lollypop647.Humanoid.Walkspeed = 50
Invisible all: c= game.Players:GetChildren() for i= 1, #c do p= c[i].Character:GetChildren() for i= 1, #p do if p[i].className == "Part" then p[i].Transparency = 1 end end end
Ghost all: c= game.Players:GetChildren() for i= 1, #c do p= c[i].Character:GetChildren() for i= 1, #p do if p[i].className == "Part" then p[i].Transparency = 0.5 end end end
Visible all: c= game.Players:GetChildren() for i= 1, #c do p= c[i].Character:GetChildren() for i= 1, #p do if p[i].className == "Part" then p[i].Transparency = 0 end end end
Freeze all: p= game.Players:GetChildren() for i= 1, #p do if p[i]~= "Lollypop647" then p[i].Character.Torso.Anchored = true end end
Thaw all: p= game.Players:GetChildren() for i= 1, #p do if p[i]~= "Lollypop47" then p[i].Character.Torso.Anchored = false end end
Freeze: game.Workspace.Lollypop647.Torso.Anchored = true
Thaw: game.Workspace.Lollypop647.Torso.Anchored = false
No life all: p= game.Players:GetChildren() for i= 1, #p do if p[i]~= "Lollypop47" then p[i].Character.Humanoid:Remove() end end end
No life: game.Workspace.Lollypop647.Humanoid:remove()
Delete base: p= game.Workspace:GetChildren() for i= 1, #p do if p[i].className == "Part" then if p[i].Name ~= "Lollypop647" then p[i]:remove() end end end
Server shutdown: game.Workspace.Parent:remove() end
Explosion: Instance.new("Explosion").Parent = game.Workspace.Lollypop647.Torso
Fire: Instance.new("Fire").Parent = game.Workspace.Lollypop647.Torso
Sparkles: Instance.new("Sparkles").Parent = game.Workspace.Lollypop647.Torso
Smoke: Instance.new("Smoke").Parent = game.Workspace.Lollypop647.Torso
Message: local m = Instance.new("Message") m.Parent=game.Workspace m.Text = "Yay it worked!" wait(3) m:Remove()
Giant Charater: L = game.Players.Lollypop647.Character L.Torso.Size = Vector3.new(100,100,100) L.Head.Size = Vector3.new(50,50,50) L.Head.Mesh:remove()
Teleport All To 1000 Studs High: p = game.Players:GetChildren() for i = 1,#p do p[i].Character.Torso.CFrame = CFrame.new(math.random(1,30),10000,math.random(1,30)) end
Invisible Head: game.Workspace.Lollypop647.Head.Transparency = 1
Invisible Head All: c = game.Players:GetChildren() for i = 1, #c do c[i].Character.Head.Transparency = 1
Genocide: while true do p= game.Players:GetChildren() for i= 1, #p do p[i].Character.Torso.Neck:remove() wait (0.1) end end
Mind Control: game.Players.Lollypop647.Character = game.Players. .Character
They're the most common scripts you'll find decent scripter use.
The scripts below are the type of scripts that you use when you want anything from the catalog. However, there are certain things that you will not be able to get with those scripts (e.g: faces):
Orb: x = game:GetService("InsertService"):LoadAsset(41098024) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.Lollypop647.Character.Head.Position)
Insert: x = game:GetService("InsertService"):LoadAsset(21001552) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.Lollypop647.Character.Head.Position)
Jetpack: x = game:GetService("InsertService"):LoadAsset() x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.Lollypop647.Character.Head.Position)
Admin Brick: x = game:GetService("InsertService"):LoadAsset(57845331) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.Lollypop647.Character.Head.Position)
Pokeball: x = game:GetService("InsertService"):LoadAsset(28224824) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.Lollypop647.Character.Head.Position)
Eyeball: x = game:GetService("InsertService"):LoadAsset(30103114) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.Lollypop647.Character.Head.Position)
Above are just examples. You can get different things by changing the ID of the object. You put the ID in between the '(' and ')'.
NOTE: WHERE IT SAYS 'Lollypop647' CHANGE IT TO YOUR NAME OR ELSE IT WON'T WORK.
That's all for now. Have fun scripting! |
|
|
| Report Abuse |
|
|
|
| 15 Aug 2011 02:39 PM |
This is spam and off-topic, please leave.
~Grow a carrot... Then eat it so you can see scripting helpers in the dark~ ლ(ಠ益ಠლ) Y U NO GO TO SH!? |
|
|
| Report Abuse |
|
|
|
| 15 Aug 2011 02:40 PM |
"Have fun scripting!"
More like: Have fun copy and pasting these pointless scripts into a script builder to make you look cool!
~ Dumbledore ~ |
|
|
| Report Abuse |
|
|
pwnedu46
|
  |
| Joined: 23 May 2009 |
| Total Posts: 7534 |
|
|
| 15 Aug 2011 02:45 PM |
"They're the most common scripts you'll find decent scripter use."
I can't find a single script there a "decent scripter" would use.
" game.Workspace.Parent:remove() end"
Need I explain why this doesn't work (apart from the fact that there's an unnecessary end)
______________________________________ ~pwnedu46~ -I lost the game.-
|
|
|
| Report Abuse |
|
|
Nexun
|
  |
| Joined: 04 Aug 2011 |
| Total Posts: 371 |
|
|
| 15 Aug 2011 02:49 PM |
If you're going to say:
game.Workspace.Parent:Remove()
At LEAST say this:
game:Remove()
Otherwise you're just getting an unnessecary child. (And yes, I know this wouldn't work.) |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Aug 2011 02:57 PM |
| Nex, get a life. You think you're so clever. |
|
|
| Report Abuse |
|
|
|
| 15 Aug 2011 02:58 PM |
That's because he is so clever.
~Grow a carrot... Then eat it so you can see scripting helpers in the dark~ ლ(ಠ益ಠლ) Y U NO GO TO SH!? |
|
|
| Report Abuse |
|
|
|
| 15 Aug 2011 02:59 PM |
| You don't even know him... |
|
|
| Report Abuse |
|
|
|
| 15 Aug 2011 03:01 PM |
| You don't need to be friends with someone to see how clever they are. Also, how do you know he doesn't know Nex? Huh? |
|
|
| Report Abuse |
|
|
|
| 15 Aug 2011 03:06 PM |
| Nex, I like you. I also would rather use my scripts in a SB, because everyone will know that these scripts are forumed... |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Aug 2011 03:20 PM |
roblox.Forums["Scripting Helpers"]["Some Roblox Scripts for SB (Script Builder)"]:remove()
This thread fails. |
|
|
| Report Abuse |
|
|
|
| 17 Aug 2011 04:03 AM |
| This thread was for people who forum script to read, who told you lot to read this?? |
|
|
| Report Abuse |
|
|
Miro034
|
  |
| Joined: 07 Oct 2009 |
| Total Posts: 6568 |
|
| |
|
|
| 01 Oct 2011 10:05 AM |
| alot f these scripts are easy but the tools helped |
|
|
| Report Abuse |
|
|
SEBBY0301
|
  |
| Joined: 02 Apr 2011 |
| Total Posts: 12 |
|
| |
|
SEBBY0301
|
  |
| Joined: 02 Apr 2011 |
| Total Posts: 12 |
|
|
| 13 Jun 2012 01:54 PM |
| At least im not an 11r LOL |
|
|
| Report Abuse |
|
|
Ashikabi
|
  |
| Joined: 05 Jan 2012 |
| Total Posts: 2 |
|
|
| 06 Jul 2012 11:17 PM |
Yeah, these people are right, a lot of these scripts are useless. But when I saw the MaxHealth script, I realized where I messed up in my lightning script, and was able to fix it. ^^ So..they're use/less/ful? Kindof?
((Makes an attempt at being nice and fails miserably)) |
|
|
| Report Abuse |
|
|
|
| 07 Jul 2012 01:59 AM |
| I thought insertservice didnt work... |
|
|
| Report Abuse |
|
|
OwNeD142
|
  |
| Joined: 23 Dec 2009 |
| Total Posts: 129 |
|
| |
|
|
| 11 Jul 2012 01:49 AM |
| Thanks! All that I wanted was the orb :3 |
|
|
| Report Abuse |
|
|
|
| 11 Jul 2012 02:07 AM |
'They're the most common scripts you'll find decent scripter use.'
Yeah, sure. Won't a scripter use COPIED scripts? |
|
|
| Report Abuse |
|
|
|
| 11 Jul 2012 02:57 AM |
| I prefrer my flashing head script and exploding torso :) |
|
|
| Report Abuse |
|
|
iCookieNL
|
  |
| Joined: 24 May 2009 |
| Total Posts: 1103 |
|
|
| 11 Jul 2012 03:43 AM |
*yells*
HEY! YOU THERE! YOU FAIL!
ROBLOX! ITS FREEEEEEEEEEEEEEEEE. |
|
|
| Report Abuse |
|
|