|
No way philovessteph I'm not showing you because I'll never know. |
|
patsfan07Join Date: 2007-10-18 Post Count: 5373 |
i need a boat toll along with boat motor script and watever else u need for a boat |
|
|
Umm.... pats I'm not giving you 20 scripts. -_- |
|
|
Oh! I need a script that so when a zombie dies, he regenearates right away. Could you make that? I have no idea what to do. Thanks ^^ |
|
|
Easy just find Servano's respawning zombie then change the respawn time to nothing. |
|
galdor17Join Date: 2008-02-13 Post Count: 681 |
can u make a script that gives me a long laser a medium laser and a short laser but they don't reload right away? |
|
ajm1996Top 100 PosterJoin Date: 2007-08-14 Post Count: 13837 |
Bloxxer did you say this theard was closed? |
|
bookoo97Join Date: 2008-04-12 Post Count: 1 |
also could you make a shiny wall that projectiles bounce off of? |
|
|
Well, I asked Anaminus to do this, but can you make a script for a team chasing zombie with a rocket launcher? I saw you talking about it on the first page, and I wanted to know if you are done with it. Thanks!
linkkid647 |
|
mobojoeJoin Date: 2008-02-27 Post Count: 30 |
want to know some basic but cool scripts |
|
TyphoonIIJoin Date: 2008-01-03 Post Count: 25195 |
Yeah, joe, REAL SPECIFIC. Also, I think I found a good script for the sphere thing. I'm going to test it. |
|
Roni123Join Date: 2008-02-22 Post Count: 5712 |
Hey whats the velocity line is it this.
game.workspace.parent.Velocity(0,0,0)
is this it? can you fix it? |
|
TyphoonIIJoin Date: 2008-01-03 Post Count: 25195 |
You can just edit velocity in the brick's properties bar, you know... |
|
|
bookoo, no
linkkid, I didn't say with a rocket launcher.
Typhoon, If you're not posting for help please don't post. |
|
RashiJoin Date: 2008-03-02 Post Count: 1 |
how do i sell my shirt? |
|
WeyugiohJoin Date: 2008-01-20 Post Count: 181 |
I need a script where if you say something like "boo" it gives the player a tool |
|
|
Bloxxer im now learning to script farely well but how can i make
a FindFirstChild with whoever used a tool like a tool named tool you click to use it but you must be a humanoid to use it and it would need a FindFirst child in it
im guessing something like hit = mouse.Player or hit = mouse.something |
|
|
yea i could use some help!! o and you have one friend rqeuset to talk too |
|
Jay821Join Date: 2007-12-30 Post Count: 322 |
I need help on a Weapon store,for a Fast Rocket launcher,machinegun,and shotgun... |
|
|
TyphoonIIJoin Date: 2008-01-03 Post Count: 25195 |
A way to merge a gravhammer and a shieldsphere without the sphere script overriding the gravhammer. Look here: http://www.roblox.com/Forum/ShowPost.aspx?PostID=757243 |
|
TyphoonIIJoin Date: 2008-01-03 Post Count: 25195 |
And Rashi, you can only sell stuff if you're in Builders Club. |
|
|
|
Typhoon, just change the mesh ID... I think... I don't know how to work a grav hammer.
Stuffstuff I don't even know what your request means. |
|
|
I need a money script that combines with this script practically
bin = script.Parent
function onPoop(mouse)
local model = bin.Fire:clone()
model.Parent = game.Workspace
model:MakeJoints()
model:MoveTo(mouse.hit.p)
end
function onSelected(mouse)
mouse.Icon = "rbxasset://textures\\GunCursor.png"
mouse.Button1Down:connect(function() onPoop(mouse) end)
end
bin.Selected:connect(onSelected)
I would already know how to make the money script if i knew how to make a tool findfirstchild thing . to do it where you find where you clicked with the tool the script would go
local hit = mouse.Targer
hit:FindFirstChild("Humanoid")
Now do you understand??? lol that was a long post |
|