kinglime
|
  |
| Joined: 27 Jun 2008 |
| Total Posts: 2751 |
|
|
| 14 Jul 2013 10:21 PM |
The Awe Star Limited.
You have to goto my elemental game and see if you can find out whats wrong with it, or give me ideas of what could be wrong.
First person to get it right gets it. I cant for my life figure out the problem, it keeps shutting down after like 3-5 mins.
People said it's roblox issues but I doubt that, seeing as games are still on the front page n stuff.
One more thing, if it is a roblox issue you will not get the item.
offers on pstf? how long does it take for pending ales to go threw :o? |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2013 10:26 PM |
Do you have any clues what it could be? I can help but i need a look at some of the scripts.
~I don't care, we don't care, no one cares. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2013 10:30 PM |
No reply...
~I don't care, we don't care, no one cares. |
|
|
| Report Abuse |
|
|
kinglime
|
  |
| Joined: 27 Jun 2008 |
| Total Posts: 2751 |
|
|
| 14 Jul 2013 10:34 PM |
Yea, I have no idea. I have try'ed everything there is to try.
It's for sure none of my scripts, I made them 100% my self. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2013 10:35 PM |
Maybe something in one of the gui's or tools?
~I don't care, we don't care, no one cares. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2013 10:37 PM |
There might be a script or something hidden somewhere.
~I don't care, we don't care, no one cares. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2013 10:38 PM |
Could be a hidden virus script in a model that would mess up your game, happened to me.
~I am not amused ಠ_ಠ~ |
|
|
| Report Abuse |
|
|
josh1159
|
  |
| Joined: 23 Jun 2008 |
| Total Posts: 5458 |
|
| |
|
|
| 14 Jul 2013 10:39 PM |
@Ride
"There might be a script or something hidden somewhere."
~I don't care, we don't care, no one cares. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2013 10:41 PM |
I went in and it seems that the game just freezes and still shows everyone's character. Might be some sort of lag or connection issue.
~I am not amused ಠ_ಠ~ |
|
|
| Report Abuse |
|
|
Qeenofpie
|
  |
| Joined: 12 Oct 2010 |
| Total Posts: 9995 |
|
| |
|
kinglime
|
  |
| Joined: 27 Jun 2008 |
| Total Posts: 2751 |
|
|
| 14 Jul 2013 10:41 PM |
I have checked every model in the game. Here is one of 3 scrips I got from free models. I kinda made it tho, edited it a lot anyways, is a scrip that gives a badge at 50 kills. See anything wrong with it?
local BadgeID = 122583284 game.Players.PlayerAdded:connect(function(p) repeat wait() until p:findFirstChild("leaderstats") ~= nil p.leaderstats["KOs"].Changed:connect(function() if p.leaderstats["KOs"].Value == 50 then if game:GetService("BadgeService"):UserHasBadge(p.userId, BadgeID) then print("User has badge.") else game:GetService("BadgeService"):AwardBadge(p.userId, BadgeID) game.Workspace.BadgeSound:Play() game.Players[p.Name].PlayerGui.GameShop.GiveBadge.TextLabel.Text = "You have earned a badge: 50 Kills" game.Players[p.Name].PlayerGui.GameShop.GiveBadge:TweenPosition(UDim2.new(0, 0, 0, 10), "Out", "Back", 1) wait(4) game.Players[p.Name].PlayerGui.GameShop.GiveBadge:TweenPosition(UDim2.new(0, 0, 0, -50), "Out", "Quad", 1) end else return end end) end)
|
|
|
| Report Abuse |
|
|
weinmanj
|
  |
 |
| Joined: 24 May 2008 |
| Total Posts: 59999 |
|
|
| 14 Jul 2013 10:43 PM |
try removing the 1 script at a time & testing it
see if that can help you figure whats breaking the game |
|
|
| Report Abuse |
|
|
weinmanj
|
  |
 |
| Joined: 24 May 2008 |
| Total Posts: 59999 |
|
|
| 14 Jul 2013 10:44 PM |
wow
try removing the scripts 1 at a time* |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2013 10:44 PM |
The script maybe has a virus that lags the game.
You need to fix some of your models or re-model it again. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2013 10:44 PM |
Nothing wrong with that badge script.
~I don't care, we don't care, no one cares. |
|
|
| Report Abuse |
|
|
L2000
|
  |
| Joined: 03 Apr 2008 |
| Total Posts: 77448 |
|
|
| 14 Jul 2013 10:48 PM |
Do any of the scripts have this in them?
game:GetService("ManualSurfaceJointInstance")
That's the only thing I've really found to cause that issue.. I like to use it in a lot of my stuff. Might be hidden somewhere. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2013 10:51 PM |
Make sure none of the scripts have this too.
NetworkClient (Creating this in UserSettings will crash your game) NetworkServer (Creating this in UserSettings will crash your game)
~I don't care, we don't care, no one cares. |
|
|
| Report Abuse |
|
|
kinglime
|
  |
| Joined: 27 Jun 2008 |
| Total Posts: 2751 |
|
|
| 14 Jul 2013 10:59 PM |
Ok so I know for sure it has something to do with roblox, an not me. I removed the 3 scripts I got from free models and it still shutdown. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2013 11:00 PM |
Wish i couldve fixed it. qq.
~I don't care, we don't care, no one cares. |
|
|
| Report Abuse |
|
|
kinglime
|
  |
| Joined: 27 Jun 2008 |
| Total Posts: 2751 |
|
|
| 14 Jul 2013 11:02 PM |
Ya, well I mean unless its the leaderboard I am using. It's from free models, I have never try'ed to make one. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2013 11:04 PM |
Make sure none of those two methods were in the scripts.
~I don't care, we don't care, no one cares. |
|
|
| Report Abuse |
|
|
kinglime
|
  |
| Joined: 27 Jun 2008 |
| Total Posts: 2751 |
|
|
| 14 Jul 2013 11:16 PM |
| Neither of those are there. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2013 11:19 PM |
e.e. Best thing i can say is try re-doing all of the scripts...
~I don't care, we don't care, no one cares. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2013 11:19 PM |
If re-doing the scripts doesnt work then you might wanna re-do something else like the tools or map or something.
~I don't care, we don't care, no one cares. |
|
|
| Report Abuse |
|
|