|
2 parts in different locations
Zombie in Workspace then copied to ServerStorage
What happens is it moves the original zombie (in Workspace) to the same location as z1. I added z2 to see what would happen and the same thing occurs
Is this a roblox bug (yes) or am I doing something wrong?
local RobloxCantDoAnythingRight1 = Workspace.Right
local RobloxCantDoAnythingRight2 = Workspace.RightAgain
local zombie = game:GetService("ServerStorage").Zombie
local z1 = zombie:Clone()
z1.Parent = Workspace
z1:MakeJoints()
z1.Torso.CFrame = CFrame.new(RobloxCantDoAnythingRight1.Position)
local z2 = zombie:Clone()
z2.Parent = Workspace
z2:MakeJoints()
z2.Torso.CFrame = CFrame.new(RobloxCantDoAnythingRight2.Position) |
|
UncleTazJoin Date: 2009-08-19 Post Count: 12795 |
Ever heard of output? |
|
|
This is exactly why I posted in Scripters because none of the m0re ons here know anything |
|
|
b1 = Workspace.Right
b2 = Workspace.RightAgain
zombie = game:GetService("ServerStorage").Zombie
z1 = zombie:Clone()
z1.Parent = Workspace
z1:MakeJoints()
z1.Torso.CFrame = CFrame.new(b1.Position*CFrame.new(0,10,0))
z2 = zombie:Clone()
z2.Parent = Workspace
z2:MakeJoints()
z2.Torso.CFrame = CFrame.new(b2.Position*CFrame.new(0,10,0))
try that? |
|
|
and Uncle taz was indirectly asking to post the output. |
|
UncleTazJoin Date: 2009-08-19 Post Count: 12795 |
Says the degenerate who asks for our help.. |
|
|
|
Make sure right and right again arent in the same spot .-. |
|
|
I only asked because sometimes cntkillme comes here and I don't expect a reply in Scripters anytime soon because it's gone to crap
cnt's probably the only one here who can tie his shoes |
|
|
"2 parts in different locations"
Just admit roblox can't do anything right |
|
UncleTazJoin Date: 2009-08-19 Post Count: 12795 |
Cnt does have a inbox you know...
|
|
|
BothAngles, people like you shouldnt even exist on ROBLOX. Complaining roblox cant do anything right, roblox sucks, etc. Yet you still play it? Scripters cant even put a shoe on, forget tying shoes. Not my fault cnt is a really experienced scripter/programmer |
|
|
UncleTazJoin Date: 2009-08-19 Post Count: 12795 |
Gonna be a bad ass but won't say the word -_-' |
|
|
This is a ROBLOX bug not because I'm a noob scripter (lol)
And I'm only playing roblox until I get a graphics card to use Unreal Engine 4 then I'm gtfo this crap site |
|
|
Tell us how you think UncleTaz is breaking the rules of ROBLOX.
bye |
|
|
Cant wait for you to get out. |
|
UncleTazJoin Date: 2009-08-19 Post Count: 12795 |
kk. |
|
|
This thread, like most I'm seeing here, can be effectively more valuable more to newcomers like me and the folks that actually spend time trying to help others if one actually thinks ahead about the problem, can communicate what is going on that is causing the issue, and what you'd like to do.
If we encourage a culture where we only answer positively and only when the conditions that warrant a response, folks might step back into line and comply. |
|
BenocularJoin Date: 2012-07-24 Post Count: 652 |
/\ What he said |
|