of     2   
chevron_rightchevron_rightchevron_right

Kensai666
#111279630Tuesday, August 27, 2013 9:37 PM GMT

I haven't updated my game for a week, everything works fine, I go to my testing place, so it starts a new server, and its broken. Did ROBLOX break something recently...? I just shut down all the servers at my game, and all of a sudden its broken. WHAAAAAAAAAT?
Juanpans
#111279710Tuesday, August 27, 2013 9:38 PM GMT

Yup.....a new update lol VOTE JUANSE71 FOR USA SENATE http://www.roblox.com/Forum/ShowPost.aspx?PostID=111219283
JustAGnome
#111279870Tuesday, August 27, 2013 9:39 PM GMT

Yeah new update
Kensai666
#111280428Tuesday, August 27, 2013 9:44 PM GMT

EROIJEWAOIJOIJOIEWAJRIWOJRWJAOIRJIWEJ oh and hi mcvoss, hows shooty? ;)
Aokz
#111280788Tuesday, August 27, 2013 9:47 PM GMT

Erm, I wonder what the update was..
DJKILLERJJ
#111281127Tuesday, August 27, 2013 9:50 PM GMT

The Test version of Kohls realm is broken aswell.
skimsk8ter
#111281218Tuesday, August 27, 2013 9:51 PM GMT

Fix it please Kensai. This is one of my favorite games.
Bebee2
#111281439Tuesday, August 27, 2013 9:53 PM GMT

Tell us what broke down and we can come up with a new script.
tamesilver238
#111281546Tuesday, August 27, 2013 9:54 PM GMT

Wtf jus happened? i was gonna play yur game then i saw it was locked.Wat happened plz explain in great details qq.
Kensai666
#111281549Tuesday, August 27, 2013 9:54 PM GMT

Do you not get that it's roblox's fault?
Wolater
#111281584Tuesday, August 27, 2013 9:54 PM GMT

woooooooot
KnowDaMovie
#111282030Tuesday, August 27, 2013 9:58 PM GMT

wat? thanks a lot roblox.... u shut down the best game
Xandalf
#111282098Tuesday, August 27, 2013 9:59 PM GMT

I'm starting to think people on post stuff on here because a famous person posted the thread.
magnalite
#111282153Tuesday, August 27, 2013 9:59 PM GMT

Just explain whats wrong? And if you people are just complaining and not helping then don't post.
Kensai666
#111282604Tuesday, August 27, 2013 10:03 PM GMT

I literally haven't touched the game at all, and I opened the place up, and saved it to the testing place, (without changing anything) and then the testing place doesnt work. I then shut down the servers in the main game, and the game doesn't work, and the game still says (Updated 1 Week Ago) It doesnt say that now, because I just shut it down.
magnalite
#111282678Tuesday, August 27, 2013 10:04 PM GMT

Yeah that doesn't help. Give me some form of output and code snippets.
magnalite
#111282743Tuesday, August 27, 2013 10:05 PM GMT

Or even explain how it is broken. Just saying it's broken doesn't help either.
Kensai666
#111283179Tuesday, August 27, 2013 10:08 PM GMT

Are you not even getting what I'm saying? It's just completely stopped working when I've changed nothing.
Kensai666
#111283544Tuesday, August 27, 2013 10:11 PM GMT

It seems anything to do with cframe, is broken. repeat wait() until script.Parent.Parent.Parent:IsA("Player") and script.Parent.Parent.Parent.Character and script.Parent.Parent.Parent.Character:findFirstChild("Torso") script.Parent.Parent.Parent.Character:findFirstChild("Torso").CFrame = CFrame.new(game.Workspace.Town.Sky.Position + Vector3.new(math.random(-26,26),3,math.random(-26,26))) ^ That doesn't work.
Alex645ca
#111284087Tuesday, August 27, 2013 10:16 PM GMT

Yeah, I'm having the same problem with three different methods of teleportation in my game. Looks like roblox broke CFraming characters... (In my game I can get it to work if I use a character morph, but idk about your game.)
Bebee2
#111284318Tuesday, August 27, 2013 10:18 PM GMT

while wait() do if script.Parent.Parent.Parent:IsA("Player") and script.Parent.Parent.Parent.Character and script.Parent.Parent.Parent.Character:findFirstChild("Torso") then break end a = game.Workspace.Town.Sky.Position + Vector3.new(math.random(-26,26),3,math.random(-26,26)) script.Parent.Parent.Parent.Character:findFirstChild("Torso"):MoveTo(Vector3.new(a) -- try this...
Bebee2
#111284504Tuesday, August 27, 2013 10:19 PM GMT

-- Don't use the other one while wait() do if script.Parent.Parent.Parent:IsA("Player") and script.Parent.Parent.Parent.Character and script.Parent.Parent.Parent.Character:findFirstChild("Torso") then break end a = game.Workspace.Town.Sky.Position + Vector3.new(math.random(-26,26),3,math.random(-26,26)) game.Players.LocalPlayer.Character:MoveTo(Vector3.new(a) -- If it's a local script, use this.
magnalite
#111284606Tuesday, August 27, 2013 10:20 PM GMT

Posting what the error actually is would help greatly. Or explaining what is actually happening. "It's completely broken" is not helpful in the slightest. Explain what happens when you join the game.
Bebee2
#111284633Tuesday, August 27, 2013 10:20 PM GMT

:MoveTo(Vector3.new(#,#,#) > :FindFirstChild("Torso").CFrame.new(#,#,#)
Kensai666
#111286412Tuesday, August 27, 2013 10:36 PM GMT

uhhh, what bebee? o-o

    of     2   
chevron_rightchevron_rightchevron_right