You are not logged in. Please log in if you wish to participate in all discussions on the website, chat with friends, and use everything we've got to offer.

Click Register below to, well, register. Derp. Enjoy your stay. ;)

If you do not have an account and wish to create one, please follow the link below.

http://www.robloxtoday.net/register

You are not connected. Please login or register

Goto page : 1, 2, 3  Next

View previous topic View next topic Go down  Message [Page 1 of 3]

TommyBloxxer


Experienced Robloxian
Experienced Robloxian
some cool scripts that you can use in ananimus's script builder!

uber detonation
blows up everyone in less than a second!

Code:
p = Instance.new("Explosion")
p.Parent = game.Workspace
p.Position = game.Workspace.YourName.Head.Position
p.BlastRadius = 8000000
p.BlastPressure = 8000000


turbo suffer
kills everyone in the game. (has no effect on banned people)

Code:
game.Workspace:BreakJoints()


statue of the robloxian
creates a brick with your own text.

Code:
local text = "YOUR OWN TEXT HERE" -- put here what you like to put in the text

local mod = Instance.new("Model")
  mod.Parent = game.Workspace
  mod.Name = text -- text = floating text

local head = Instance.new("Part")
  head.Parent = mod -- do not touch here '-'
  head.Name = "Head" -- do not change it
  head.Size = Vector3.new(5,4,5) -- the size of the brick
  head.Position = Vector3.new(0,3,0) -- the position of the brick that have the floating text
  head.Anchored = true -- false = fall - - - - true = never fall

local huma = Instance.new("Humanoid")
  huma.Parent = mod


noob defeated
a kick script. dont use without a good reason!

Code:
game.Players.ANNOYING PLAYER'S NAME HERE:remove()


copy madness
creates within 1 second an exact clone of yourself. (may create lag)

Code:
while true do
wait(1)
T = game.Workspace.YOUR NAME HERE.Torso:clone()
T.Parent = game.Workspace
T.Anchored = true
H = game.Workspace.YOUR NAME HERE.Head:clone()
H.Anchored = true
H.Parent = game.Workspace
LL = game.Workspace.YOUR NAME HERE:FindFirstChild("Left Leg"):clone()
LL.Anchored = true
LL.Parent = game.Workspace
RL = game.Workspace.YOUR NAME HERE:FindFirstChild("Right Leg"):clone()
RL.Parent = game.Workspace
RL.Anchored = true
RA = game.Workspace.YOUR NAME HERE:FindFirstChild("Right Arm"):clone()
RA.Parent = game.Workspace
RA.Anchored = true
LA = game.Workspace.YOUR NAME HERE:FindFirstChild("Left Arm"):clone()
LA.Anchored = true
LA.Parent = game.Workspace
end


that were all scripts i know. have fun!

View user profile

genken


2006
kewlio dude. nice job.

View user profile

TommyBloxxer


Experienced Robloxian
Experienced Robloxian
genken wrote:kewlio dude. nice job.

thank you man ;)

View user profile

genken


2006
ur m3h n3w b3st fw31nd.

View user profile

TommyBloxxer


Experienced Robloxian
Experienced Robloxian
genken wrote:ur m3h n3w b3st fw31nd.


l0l 1 w4s 7h1nk1ng th3 s4m3 :lol:

View user profile

genken


2006
k3wl10 dud3. u w4nn4 t4lk 0n ch4tb0x?

View user profile

TommyBloxxer


Experienced Robloxian
Experienced Robloxian
genken wrote:k3wl10 dud3. u w4nn4 t4lk 0n ch4tb0x?


17 k33ps s4y1ng n0t c0nn3ct3d

View user profile

~l!l@h~


Donor
Donor
genken wrote:ur m3h n3w b3st fw31nd.

*crys* Nuuuu!!!

View user profile

genken


2006
pr355 l0g 1n 4t t3h t0p.

View user profile

genken


2006
~l!l@h~ wrote:
genken wrote:ur m3h n3w b3st fw31nd.

*crys* Nuuuu!!!


i r teh soz wiwah

View user profile

View previous topic View next topic Back to top  Message [Page 1 of 3]

Goto page : 1, 2, 3  Next

Permissions in this forum:
You cannot reply to topics in this forum