enzo90
|
  |
| Joined: 25 Mar 2012 |
| Total Posts: 7104 |
|
|
| 28 Aug 2016 08:44 PM |
I'm tired of seeing ####### whenever In helping with a script, or someone is helping me.
It's forced scripters to stop using the scripting forum and to use other sites that are built for coding in order to help one another out, and it's just plain stupid.
Please tell me that Roblox is at least working on improving the filter system. |
|
|
| Report Abuse |
|
|
pullman45
|
  |
| Joined: 09 Jul 2012 |
| Total Posts: 2891 |
|
|
| 28 Aug 2016 10:08 PM |
It hasn't forced scripters from using that subforum. I put my scripts there and everything perfectly fine (for now D:).
This should still be fixed of course.
Support |
|
|
| Report Abuse |
|
|
|
| 28 Aug 2016 10:11 PM |
a bunch of planets and asteroids rotating around our star, the sun.
the batmobile isn't safe. |
|
|
| Report Abuse |
|
|
|
| 28 Aug 2016 10:32 PM |
A solar system is the system of planets where we all are from.
I'm not your doctor! |
|
|
| Report Abuse |
|
|
|
| 28 Aug 2016 10:41 PM |
On earth Obama controls, on Mars animals do!
I'm not your doctor! |
|
|
| Report Abuse |
|
|
|
| 28 Aug 2016 10:44 PM |
| I attended a ceremony where I was given a ####### does that mean anything? I'm not your doctor! |
|
|
| Report Abuse |
|
|
| |
|
| |
|
enzo90
|
  |
| Joined: 25 Mar 2012 |
| Total Posts: 7104 |
|
|
| 01 Sep 2016 09:10 PM |
| @oshawatt I think that translates to "cookie" |
|
|
| Report Abuse |
|
|
enzo90
|
  |
| Joined: 25 Mar 2012 |
| Total Posts: 7104 |
|
|
| 01 Sep 2016 09:11 PM |
But seriously, here is an example I found on the scripting forum:
Additionally, to clone something you just do something like this: local ######## = PATH.TO.STORED.OBJECT:Clone() ############### = ########### If there's a chance for the object to be deleted, but you don't have a backup copy of it anywhere, you want to make a clone of the object in its initial state before any of the code runs and reruns, then you just make clones of the initial clone, so you don't lose the object. local player = game.Players.Whoever local backupClone = ################################### -- This one is permanent. while wait(0.1) do if not ################################### then local clone = backupClone:Clone() -- This one gets used. clone.Parent = player.Character end end |
|
|
| Report Abuse |
|
|
pullman45
|
  |
| Joined: 09 Jul 2012 |
| Total Posts: 2891 |
|
|
| 01 Sep 2016 09:42 PM |
| There are threads with just #s. |
|
|
| Report Abuse |
|
|