|
| 02 Jan 2015 12:50 PM |
I am making a script: local cannon = script.Parent local barrel = cannon.Barrel barrel.Position = barrel.Position local fireball = game.ServerStorage.fireball
while true do local fireballcopy = fireball:Clone() fireballcopy.Position = barrel.Position fireball.Velocity = Vector3.new(-50,0,0) wait(5) fireballcopy:Destroy() end
and the problem in the output says: 11:45:51.058-Unable to load plugin icon.Image may have an invalid or unknown format. 11:45:51.333-httpGet http://api.roblox.com/universes/get-info?placeId=0 failed. Trying again. Error: HTTP 400. Elapsed time: 0.093922 |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2015 12:52 PM |
| i dont want to be here anymore :( |
|
|
| Report Abuse |
|
|
iNicklas
|
  |
| Joined: 26 Oct 2010 |
| Total Posts: 4031 |
|
|
| 02 Jan 2015 12:57 PM |
You know there is a tutorial for this exact thing on ROBLOX youtube channel.
3001 R$ / 500,000 R$ - Follow Me On Twitter! @iNicklasRBLX •_• |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2015 12:59 PM |
WELL GIVE ME THE LINK TO THE TUTORIAL
|
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 02 Jan 2015 01:01 PM |
| this is why video tutorials are bad, people just copy the scripts from them and still dont know how and why they work |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 02 Jan 2015 01:01 PM |
| and OP that is the exact script from the tutorial |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2015 01:05 PM |
| He knows that it's the exact script, |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2015 01:10 PM |
I KNOW ITS THE EXACT SCRIPT BUT I NEED TO KNOW WHATS HAPPENING
|
|
|
| Report Abuse |
|
|
| |
|