|
| 23 Jul 2014 10:25 PM |
You just broke my entire game. Thanks a lot. |
|
|
| Report Abuse |
|
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 23 Jul 2014 10:25 PM |
TweenService broke from server-side scripts.
How can it be hard to fix? |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2014 10:32 PM |
| It's a stupid and pointless update that forces me to create a RemoteFunction and go through every bloody line of code and change it because of some bloody update that serves no purpose. |
|
|
| Report Abuse |
|
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 23 Jul 2014 10:35 PM |
Mm hmm I saw that on scripting helpers with your level {} table.
It's not an update, it broke, as I just said.
Anyway, it will be fixed.
But why are you using remote functions? |
|
|
| Report Abuse |
|
|
| |
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 23 Jul 2014 10:38 PM |
| Mario have you seen when GUIs move smoothly across your scren, sometimes in cool effects? That's it. |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2014 10:38 PM |
| Roblox is breaking everything with their new and pointless "security" updates. |
|
|
| Report Abuse |
|
|
| |
|
|
| 23 Jul 2014 10:44 PM |
It broke everything I made. Although, I fixed it. |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2014 10:46 PM |
1. It's gonna be fixed 2. You should be doing gui-related things client side anyway
owait im a hypocrite |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2014 10:57 PM |
| "pointless" lol ok.. roblox does these for a reason. |
|
|
| Report Abuse |
|
|
solarDEV
|
  |
| Joined: 23 May 2014 |
| Total Posts: 1767 |
|
|
| 23 Jul 2014 11:09 PM |
| Actually they want you to do tweening on the client rather than the server. It saves a lot of server resources that way. |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2014 11:11 PM |
| If you're tweening guis from the server in the first place something is wrong here. |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2014 11:17 PM |
There is nothing wrong with tweening GUI's on the server. For example: A person touches a brick, Tweens a GUI.
See, we have endless possibilities with server-side tweening.
|
|
|
| Report Abuse |
|
|
solarDEV
|
  |
| Joined: 23 May 2014 |
| Total Posts: 1767 |
|
|
| 23 Jul 2014 11:25 PM |
you can still do that via LocalScript. Rather than the animation rendering happening on server, its happening on client. It still saves Roblox servers tons of processing power.
What you can do tho, is make it so when you touch the block it sends a signal in the workspace that the GUI can pickup in localscript and display clientside. |
|
|
| Report Abuse |
|
|