|
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) |
|
|
NOTE: This is not a help request
Just asking if it's a roblox bug |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
No, IDK how to script in LUA |
|
|
Why are you trolling :(
Do you know a fix for this roblox bug?
Note to mod: This is not a help request |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
I'm not... I can only program in HTML and XML :o |
|
|
Wow you're like the only person who can help and you want to troll :( |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
How am I trolling? |
|
MerelyJoin Date: 2010-12-07 Post Count: 17266 |
It's not a ROBLOX bug. It's a bug in your script. |
|
ehern11Join Date: 2011-04-23 Post Count: 1541 |
^^^^
*claps*
both u r stoopid |
|
|
Hi Merely
I'll upload the uncopylocked place shortly so please check
|
|
|
|
I don't think he's coming back... |
|
|
i new i was right thnx tho
well back to helping people fix there scripts |
|
|
local mean = "by crashing them"
return "i new i was right thnx tho
well back to helping people fix there scripts "..mean; |
|
ehern11Join Date: 2011-04-23 Post Count: 1541 |
^^
re-enactment of one of the classical poems |
|
|
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 |
|
fret13103Join Date: 2010-03-15 Post Count: 881 |
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) |
|
|
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 |
|