|
| 11 Jul 2012 02:14 PM |
me = game.Players.LocalPlayer suitowner = "Rencedalas" if game.Players.LocalPlayer.Name == suitowner then me.CharacterAppearance = "www.roblox.com/asset/?ID=NoIDForYou" else game.Players.LocalPlayer:Remove() -- kick the little nub stealer end
This only works in play solo, no where else. When i'm not in play solo it says nobody exists in the game, even though I go into the game as Rencedalas and I am on the leaderboard as Rencedalas. If I use the script that loads this script outside of playsolo, it works fine and loads up the activator but then the activator doesnt do anything.
Here is the script that loads the first script
game.Players.Rencedalas.CharacterAppearance = "http://www.roblox.com/asset/?id=NoIDForYou"game.Workspace.Rencedalas:BreakJoints() |
|
|
| Report Abuse |
|
|
|
| 11 Jul 2012 02:49 PM |
| I assume you didn't make this script, XD... |
|
|
| Report Abuse |
|
|
|
| 11 Jul 2012 03:24 PM |
| No, i asked for help with it then someone made this on my other thread but it only works in play solo... |
|
|
| Report Abuse |
|
|
human
|
  |
| Joined: 06 May 2007 |
| Total Posts: 2765 |
|
|
| 11 Jul 2012 03:25 PM |
admin = game.Players:GetChildren() for i = 1, #admin do if admin[i].Name ~= "Player" then -- Your name admin[i]:Destroy() print("Not admin") else print("Admin") admin[i].CharacterAppearance = "www.roblox.com/asset/?ID=23642" admin[i].Character.Humanoid.Health = 0 end end
might work o.e |
|
|
| Report Abuse |
|
|
|
| 11 Jul 2012 03:27 PM |
| Yeah i think that one might. |
|
|
| Report Abuse |
|
|