|
| 15 Jul 2013 04:30 PM |
| I need an idea for something to script! I have ran out of ideas of what I could script! Please, give me an idea! |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2013 04:34 PM |
script your own function which replicates remove() or destroy()
without using remove() destroy() game.Lighting or Debris,
good luck.
and you cant defaultly destroy it by dropping it off of the map |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Jul 2013 04:57 PM |
^I dont get exactly why that is so hard...
function remove(obj) obj.Parent = nil end
remove(game.Workspace.SomePart)
...
Id suggest making a mirror script(Replicates every thing on one side to the other side),
a mini map gui,
a physic mini map, with parts that replicates the whole game with updating characters, that have gui's above each head saying who they are.
Random terrain generation--easier then what youd think....
4 suggestions, each should take maybe a day or so, other then the terrain generator. |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Jul 2013 05:42 PM |
Paper, since you are bored, but want to script, could you please fix the script in the thread I created?
However when I was bored and wanted to script something, the first script I did was this:
A script that spawns a giant 500 by 500 by 500 blueberry in a specific point of the map. Required only little background knowledge of scripting, but fun to make. |
|
|
| Report Abuse |
|
|