UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 19 May 2013 07:36 PM |
I know I should post in SH but they either aren't helping or are dead atm
This works fine other then the :MakeJoints() part
It won't make more joints
Like if you hit it with a rocket, it will move itself back where it goes, but not be attached to the base (Or whatever it was attached to)
CFrameTable = {} Frames = 200 while true do script.Parent:MakeJoints() for NewCFrame = 1,Frames,1 do table.insert(CFrameTable,NewCFrame,script.Parent.CFrame) wait(0.03) end IfAnchored = script.Parent.Anchored IfLocked = script.Parent.Locked SelectionBox = Instance.new("SelectionBox") SelectionBox.Color = BrickColor.new("Bright blue") SelectionBox.Adornee = script.Parent SelectionBox.Name = "TimeTravelBox" SelectionBox.Parent = script for SetFrame = Frames,1,-1 do script.Parent.Locked = true script.Parent.Anchored = true script.Parent.CFrame = CFrameTable[SetFrame] script.Parent:MakeJoints() wait(0.03) end if script:FindFirstChild("TimeTravelBox") ~= nil then script.TimeTravelBox:Destroy() end script.Parent.Locked = IfLocked script.Parent.Anchored = IfAnchored end |
|
|
| Report Abuse |
|
|
|
| 19 May 2013 07:40 PM |
| MakeJoints doesn't move things, it just makes joints. |
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 19 May 2013 07:42 PM |
...I know?
The problem is
After moving the part back where it goes
It doesn't make joints. |
|
|
| Report Abuse |
|
|
|
| 19 May 2013 08:22 PM |
When I saw this I was hoping for a virtualization of time travel in ROBLOX.
Soul.HopesAndDreams:Destroy()
Disregard females, acquire currency. |
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
| |
|
|
| 19 May 2013 08:33 PM |
"Time travel script"
Hoping for a virtualization of time travel. :c
Disregard females, acquire currency. |
|
|
| Report Abuse |
|
|
|
| 19 May 2013 08:51 PM |
| well that escalatored quickly |
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 19 May 2013 08:52 PM |
It kinda is...
It'll make the bricks move back to wherever they where at 6 seconds ago |
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 19 May 2013 09:18 PM |
Here is a video of it...It explodes a lot by itself because of the not making joints...
http://www.youtube.com/watch?v=0EZQk7wsC98 |
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
| |
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
| |
|
Tappier
|
  |
| Joined: 10 Apr 2013 |
| Total Posts: 14077 |
|
| |
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 20 May 2013 09:51 AM |
| Please do everyone a favor, and leave because this isn't a forum of people to help with scripts, we already have one of those. |
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 20 May 2013 12:16 PM |
@MrCh As I said...Its dead. I posted there before I posted this YEATERDAY Views not from me:0 Replys:0 |
|
|
| Report Abuse |
|
|