of     1   

BothAngles
#141800035Monday, July 28, 2014 3:31 AM GMT

This mod loves locking my threads for no reason nilValue isn't defined 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)
BothAngles
#141800142Monday, July 28, 2014 3:32 AM GMT

NOTE: This is not a help request Just asking if it's a roblox bug
cntkillme
#141800371Monday, July 28, 2014 3:33 AM GMT

No, IDK how to script in LUA
BothAngles
#141800638Monday, July 28, 2014 3:36 AM GMT

Why are you trolling :( Do you know a fix for this roblox bug? Note to mod: This is not a help request
cntkillme
#141800747Monday, July 28, 2014 3:37 AM GMT

I'm not... I can only program in HTML and XML :o
BothAngles
#141800825Monday, July 28, 2014 3:38 AM GMT

Wow you're like the only person who can help and you want to troll :(
cntkillme
#141801245Monday, July 28, 2014 3:41 AM GMT

How am I trolling?
Merely
#141802279Monday, July 28, 2014 3:51 AM GMT

It's not a ROBLOX bug. It's a bug in your script.
ehern11
#141802409Monday, July 28, 2014 3:52 AM GMT

^^^^ *claps* both u r stoopid
BothAngles
#141802940Monday, July 28, 2014 3:57 AM GMT

Hi Merely I'll upload the uncopylocked place shortly so please check
BothAngles
#141803264Monday, July 28, 2014 4:00 AM GMT

Uploaded
BothAngles
#141803917Monday, July 28, 2014 4:06 AM GMT

I don't think he's coming back...
BothAngles
#141804419Monday, July 28, 2014 4:11 AM GMT

i new i was right thnx tho well back to helping people fix there scripts
EchoingEndlessly
#141804907Monday, July 28, 2014 4:14 AM GMT

local mean = "by crashing them" return "i new i was right thnx tho well back to helping people fix there scripts "..mean;
ehern11
#141806000Monday, July 28, 2014 4:24 AM GMT

^^ re-enactment of one of the classical poems
BothAngles
#141806227Monday, July 28, 2014 4:26 AM GMT

merely found out it was a bug and ran off lmao ░░░░░░░░░░░░▄▐ ░░░░░░▄▄▄░░▄██▄ ░░░░░▐▀█▀▌░░░░▀█▄ ░░░░░▐█▄█▌░░░░░░▀█▄ ░░░░░░▀▄▀░░░▄▄▄▄▄▀▀ ░░░░▄▄▄██▀▀▀▀ ░░░█▀▄▄▄█░▀▀ ░░░▌░▄▄▄▐▌▀▀▀ ▄░▐░░░▄▄░█░▀▀ U HAVE BEEN SPOOKED BY THE ▀█▌░░░▄░▀█▀░▀ ░░░░░░░▄▄▐▌▄▄ ░░░░░░░▀███▀█░▄ ░░░░░░▐▌▀▄▀▄▀▐▄SPOOKY SKILENTON ░░░░░░▐▀░░░░░░▐▌ ░░░░░░█░░░░░░░░█ ░░░░░▐▌░░░░░░░░░█ ░░░░░█░░░░░░░░░░▐ Spawn(wait); while true do end SEND THIS TO 7 PPL OR SKELINTONS WILL EAT YOU
fret13103
#141806563Monday, July 28, 2014 4:29 AM GMT

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.X,RobloxCantDoAnythingRight1.Position.Y,RobloxCantDoAnythingRight1.Position.Z) local z2 = zombie:Clone() z2.Parent = Workspace z2:MakeJoints() z2.Torso.CFrame = CFrame.new(RobloxCantDoAnythingRight1.Position.X,RobloxCantDoAnythingRight1.Position.Y,RobloxCantDoAnythingRight1.Position.Z)
BothAngles
#141806809Monday, July 28, 2014 4:31 AM GMT

i new that wudnt work but i tested anyway and guess wat it didnt work Y?? BECUZ its a roblox bug might be fixed in 2018 but not before they add 50 bugs to make up for fixing 1

    of     1