|
| 12 Jul 2011 05:52 PM |
| No, NOT spam... It's about scripting. It's also about Helping. |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2011 05:52 PM |
| Will you make me a local brick chunk rendering script for 4 quadrants? |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2011 05:56 PM |
| LOL, you don't even know how to make that... XD sorry, I'm not even sure that's a script.. |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2011 05:57 PM |
| Yes, I most definitely do know how to make it. And MDB has it in his mining place. The bricks aren't local but it's chunk rendering. |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2011 06:10 PM |
@DD
Ever gonna give that up? xD |
|
|
| Report Abuse |
|
|
ns001111
|
  |
| Joined: 15 Jan 2011 |
| Total Posts: 2849 |
|
|
| 12 Jul 2011 06:12 PM |
@DD
Yeah, xD. I've seen you post that on like 10 posts when they want to help. :/ |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2011 06:13 PM |
| hey,im looking for a owner/admin spawn script. I have yet to find any script that fits my needs. I need it to where when I add my name in to the script,or even other's names, I need it to where I/other person, spawns there when entered into the game. (When your name is in the script,you spawn here intead of spawning at the reg. spawn point) |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2011 06:13 PM |
| Hahaha. I'll make it on my own when I actually have ROBLOX Studio, I wouldn't want anyone to make it for me. I like the reactions I get. |
|
|
| Report Abuse |
|
|
| |
|
|
| 12 Jul 2011 06:16 PM |
ibegettintothemoney ibeget ibeget ibeget myownlaptop |
|
|
| Report Abuse |
|
|
Spectrumz
|
  |
| Joined: 22 Mar 2011 |
| Total Posts: 4338 |
|
|
| 12 Jul 2011 06:19 PM |
Can you make me a completely different programming language that is more advanced than all the other programming languages that works in ROBLOX?
Kthnxbai. |
|
|
| Report Abuse |
|
|
bosox5
|
  |
| Joined: 25 Jun 2009 |
| Total Posts: 908 |
|
|
| 12 Jul 2011 06:27 PM |
| Can you make me a Hovercraft that utilizes GUIs to simulate the "Hull" "Ammo" and "Energy" and have it shoot rockets that heatseek enemy hovercrafts? Then make me around 4 other types of hovercrafts each that have their own perk that makes them unique. Then make me a game script that can switch from mode to mode which the players can use the Hovercrafts to Capture the Flag or kill other players. Thanks. |
|
|
| Report Abuse |
|
|
| |
|
|
| 12 Jul 2011 07:14 PM |
can u just edit this script so it makes the script give ammo to stored ammo. i tried it already but it doesnt work so im askin yu. ammo= 10 function onTouched(hit) local human = hit.Parent:findFirstChild("Humanoid") local player = game.Players:findFirstChild(hit.Parent.Name) if (human ~= nil) then script.Parent:remove() local Ammo = human.Parent.Fart.AmmoScript.Ammo if (Ammo~=nil) then Ammo.Value = Ammo.Value + ammo end end end
script.Parent.Touched:connect(onTouched)
|
|
|
| Report Abuse |
|
|
killjoy37
|
  |
| Joined: 27 Aug 2008 |
| Total Posts: 2821 |
|
|
| 12 Jul 2011 08:14 PM |
@agent0422u Why do you even have this line in there: "local player = game.Players:findFirstChild(hit.Parent.Name)" You don't even refer to it in the script... Remove that line or change it to "local player = game.Players:GetPlayerFromCharacter(hit.Parent)" and see what happens. |
|
|
| Report Abuse |
|
|