kskid99
|
  |
| Joined: 31 Dec 2010 |
| Total Posts: 1025 |
|
|
| 04 May 2012 08:17 AM |
http://www.roblox.com/--place?id=18164449
Comon seriously ROBLOX? Don't put updates down UNTIL you know they won't affect the games.. -.-
░▒▓█Always (►_◄) Ready █▓▒░ |
|
|
| Report Abuse |
|
|
| |
|
d4rk886
|
  |
| Joined: 17 Nov 2009 |
| Total Posts: 1150 |
|
|
| 04 May 2012 08:18 AM |
| Debris Service and RayCast broken. It happen to many FPS games too. |
|
|
| Report Abuse |
|
|
|
| 04 May 2012 08:19 AM |
@d4rk
I just noticed you were the creator of Base Wars... |
|
|
| Report Abuse |
|
|
|
| 04 May 2012 08:20 AM |
| Raycast broke? It works fine to me. Just Debris malfunctioning, along with tools and your face. |
|
|
| Report Abuse |
|
|
|
| 04 May 2012 08:21 AM |
| d4rk, can you tell us what the update really did? I know it broke the two things, but how do the things affect to the game? |
|
|
| Report Abuse |
|
|
Flamagon
|
  |
| Joined: 04 Jan 2011 |
| Total Posts: 2536 |
|
|
| 04 May 2012 08:22 AM |
| @Failor Everytime you shoot you get kicked. I just visited his game and I had to knife. Well I only got one kill because all the others shot at me and got kicked. |
|
|
| Report Abuse |
|
|
d4rk886
|
  |
| Joined: 17 Nov 2009 |
| Total Posts: 1150 |
|
|
| 04 May 2012 08:27 AM |
@FailorBuildor, I am not sure what they want to do, I assume they are trying to patch exploit.
As I tested, "Debris" service and "RayCast" broken. My game's gun scripts are using them. It crash the client and make the server shutdown or player's client lost connection.
|
|
|
| Report Abuse |
|
|
|
| 04 May 2012 08:28 AM |
| Ooooh, i was flying a plane and shot once with it and got kicked. |
|
|
| Report Abuse |
|
|
kskid99
|
  |
| Joined: 31 Dec 2010 |
| Total Posts: 1025 |
|
|
| 04 May 2012 08:30 AM |
@Dark,
Yikes...
Good luck, I would help if i could but i can't. |
|
|
| Report Abuse |
|
|
|
| 04 May 2012 08:31 AM |
To fix the Debris glitch, put a script inside the gun with the code: wait(x) script.Parent:Destroy() where x is how long u want it to wait before removing the ray.
Set Disabled to on for said script and then edit the main script as such: Replace the line that references Debris with local Removal = script.Parent.DestroyScript:clone() Removal.Parent = Ray Removal.Disabled = false where DestroyScript is the script at the top and Ray is the name of the part you want to remove.
Hope this helps! |
|
|
| Report Abuse |
|
|
| |
|
d4rk886
|
  |
| Joined: 17 Nov 2009 |
| Total Posts: 1150 |
|
|
| 04 May 2012 08:38 AM |
@ATDeathless,
"To fix the Debris glitch, put a script inside the gun with the code: wait(x) script.Parent:Destroy() where x is how long u want it to wait before removing the ray."
Adding "script.Parent:Destroy()" to a gun script will make the Tool deleted. The correct way to act as debris is : delay(x, function () script.Parent:Destroy() end)
"Set Disabled to on for said script and then edit the main script as such: Replace the line that references Debris with local Removal = script.Parent.DestroyScript:clone() Removal.Parent = Ray Removal.Disabled = false where DestroyScript is the script at the top and Ray is the name of the part you want to remove."
Ray isn't a brick. I am using game:GetService("Workspace"):FindPartFromRay()
The roblox basic stuff is broken. not the script. |
|
|
| Report Abuse |
|
|
d4rk886
|
  |
| Joined: 17 Nov 2009 |
| Total Posts: 1150 |
|
|
| 04 May 2012 08:39 AM |
| @ShadeNinja, Can they change the Sky and the Ambient? |
|
|
| Report Abuse |
|
|
|
| 04 May 2012 08:40 AM |
@d4rk
I saw a guy change the ambient to pink and he had painted some blocks to random colours. |
|
|
| Report Abuse |
|
|
d4rk886
|
  |
| Joined: 17 Nov 2009 |
| Total Posts: 1150 |
|
|
| 04 May 2012 08:41 AM |
They edit script.Source :O....
I wish my anti-exploit script is CoreScript. >.>
|
|
|
| Report Abuse |
|
|
|
| 04 May 2012 08:43 AM |
| Anti Exploit scripts are pointless. Exploiters can easily remove them. The raycasting works fine for me also. |
|
|
| Report Abuse |
|
|
d4rk886
|
  |
| Joined: 17 Nov 2009 |
| Total Posts: 1150 |
|
|
| 04 May 2012 08:45 AM |
| @Oliver2412, my anti-exploit script can't be removed, they will regen, unless they edit it's source. |
|
|
| Report Abuse |
|
|
d4rk886
|
  |
| Joined: 17 Nov 2009 |
| Total Posts: 1150 |
|
|
| 04 May 2012 08:46 AM |
| RayCast work in the Solo test. but it make you lost connection if you are in Server. |
|
|
| Report Abuse |
|
|
|
| 04 May 2012 08:46 AM |
| Then it would be still pointless. |
|
|
| Report Abuse |
|
|
d4rk886
|
  |
| Joined: 17 Nov 2009 |
| Total Posts: 1150 |
|
|
| 04 May 2012 08:50 AM |
| but I find a new way to prevent it from delete and edit. so, It will have a point now. |
|
|
| Report Abuse |
|
|
|
| 04 May 2012 08:50 AM |
@d4rk886
I must have mistyped it because it worked when i tried it..
To clarify, I had a gun that made an actual block apear when it fired. It used Debris to remove the block. After the update, the line didn't dissapear. So I changed the script and it worked in play mode, even though it uses the FindPartOnRay function.
BTW, the reason the tool isn't deleted is because you disable the script from roblox studio. Then when it is copied into the block, the COPY is de-disabled. |
|
|
| Report Abuse |
|
|
|
| 04 May 2012 08:52 AM |
| Stupid Roblox Updates, They crashes everyone's gaming experience. |
|
|
| Report Abuse |
|
|
| |
|
|
| 04 May 2012 08:56 AM |
| that's what I meant. everyone! |
|
|
| Report Abuse |
|
|