06-09-2011, 08:18 PM
(This post was last modified: 06-09-2011, 08:23 PM by jaydencurtis.)
(06-09-2011, 08:14 PM)Brassrhino Wrote:I'll try that lol(06-09-2011, 08:11 PM)Glome Wrote:(06-09-2011, 08:07 PM)Brassrhino Wrote:(06-09-2011, 08:03 PM)Glome Wrote: Hmm...
I will make one now
Could I have a Copy whenever you're Done with the Scripting, etc.?
I made it but it doesn't move the camera to the world...
How about you Add the Camera moving to the Script? :U (<---- Doesn't do Good at Scripting.)
[lua]function OnCollided(hit)
if hit.Parent.Type == "Character" then
hit.Parent = game:getWorld("test").World
end
end
link(script.Parent.Collided, OnCollided)[/lua]
That's what I've made. Doesn't move the camera though...