|
admin
11/9/2009 5:07:15 PM
(Total replies: 1)
|
| i have this exact admin script:
--Version 2 1.02 I fixed some problems caused by the updates.
adminlist = {"Rambow25","","","","tinydude7007","player","SHREDDERQ135","Players","legoman9710"}--Add in the names of the people you want to be able to use the command script here.
--Please keep my name in there. ;)
bannedlist = { "noob","noob"}--If you want someone not to be able to enter your place, put thier name in here.
texture = ""--If you want someone wearing a certain t-shirt to be ... |
|
|
|
PLZ HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11/2/2009 6:40:37 PM
(Total replies: 0)
|
| Can someone plz make me a gui quiz door whenever i find one it wont work in play any thing will do thank you.
tinydude7007 |
|
|
|
Re: i need god armour script
10/11/2008 9:04:22 PM
(Total replies: 0)
|
| Errr.. heres a simple one.
-----------------------------
game.Workspace.tinydude7007.Humanoid.MaxHealth = 999
game.Workspace.tinydude7007.Humanoid.Health = 999
-----------------------------
That one will make you have 999 health and maxhealth.
If you want a forcefield...
-----------------------------
player = "PutYourNameHere"
f = Instance.new("ForceField")
f.Parent = game.Workspace:findFirstChild(player)
f.archivable = true
----------------------------- |
|