of     1   

EnzonianTheGreat
#197274097Monday, August 29, 2016 1:44 AM GMT

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.
pullman45
#197279983Monday, August 29, 2016 3:08 AM GMT

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
TheNoobyNoob64
#197280211Monday, August 29, 2016 3:11 AM GMT

a bunch of planets and asteroids rotating around our star, the sun. the batmobile isn't safe.
oshawott296
#197281557Monday, August 29, 2016 3:32 AM GMT

A solar system is the system of planets where we all are from. I'm not your doctor!
oshawott296
#197282076Monday, August 29, 2016 3:41 AM GMT

On earth Obama controls, on Mars animals do! I'm not your doctor!
oshawott296
#197282251Monday, August 29, 2016 3:44 AM GMT

I attended a ceremony where I was given a ####### does that mean anything? I'm not your doctor!
GetOnSteamNOW
#197283038Monday, August 29, 2016 3:57 AM GMT

[ Content Deleted ]
GetOnSteamNOW
#197283559Monday, August 29, 2016 4:06 AM GMT

[ Content Deleted ]
EnzonianTheGreat
#197551614Friday, September 02, 2016 2:10 AM GMT

@oshawatt I think that translates to "cookie"
EnzonianTheGreat
#197551678Friday, September 02, 2016 2:11 AM GMT

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
pullman45
#197553635Friday, September 02, 2016 2:42 AM GMT

There are threads with just #s.

    of     1