of     1   

BothAngles
#141768494Sunday, July 27, 2014 10:28 PM GMT

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)
UncleTaz
#141768614Sunday, July 27, 2014 10:29 PM GMT

Ever heard of output?
BothAngles
#141768744Sunday, July 27, 2014 10:30 PM GMT

This is exactly why I posted in Scripters because none of the m0re ons here know anything
Fluent_Lua
#141769072Sunday, July 27, 2014 10:33 PM GMT

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?
Fluent_Lua
#141769142Sunday, July 27, 2014 10:34 PM GMT

and Uncle taz was indirectly asking to post the output.
UncleTaz
#141769249Sunday, July 27, 2014 10:35 PM GMT

Says the degenerate who asks for our help..
BothAngles
#141769278Sunday, July 27, 2014 10:35 PM GMT

NOPE
Fluent_Lua
#141769366Sunday, July 27, 2014 10:36 PM GMT

Make sure right and right again arent in the same spot .-.
BothAngles
#141769406Sunday, July 27, 2014 10:36 PM GMT

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
BothAngles
#141769463Sunday, July 27, 2014 10:37 PM GMT

"2 parts in different locations" Just admit roblox can't do anything right
UncleTaz
#141769486Sunday, July 27, 2014 10:37 PM GMT

Cnt does have a inbox you know...
Fluent_Lua
#141769560Sunday, July 27, 2014 10:38 PM GMT

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
BothAngles
#141769580Sunday, July 27, 2014 10:38 PM GMT

get out u dam m0re on
UncleTaz
#141769655Sunday, July 27, 2014 10:39 PM GMT

Gonna be a bad ass but won't say the word -_-'
BothAngles
#141769696Sunday, July 27, 2014 10:39 PM GMT

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
BothAngles
#141769766Sunday, July 27, 2014 10:40 PM GMT

Tell us how you think UncleTaz is breaking the rules of ROBLOX. bye
Fluent_Lua
#141769786Sunday, July 27, 2014 10:40 PM GMT

Cant wait for you to get out.
UncleTaz
#141769790Sunday, July 27, 2014 10:40 PM GMT

kk.
TakeYourLemons
#141770253Sunday, July 27, 2014 10:44 PM GMT

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.
Benocular
#141770764Sunday, July 27, 2014 10:49 PM GMT

/\ What he said

    of     1