|
| 03 Apr 2014 07:32 AM |
Basically I'm making a game based on the GMOD murder game. I want a bystander, sheriff and killer.....
I have a lobby and 6 awesome maps. I have made a script, here it is:
lol = script.lol message = script.Message maps = game.Lighting.Maps:GetChildren()
on = false function GameTime() if game.Players.NumPlayers > 1 then on = true wait(1) message.Value = "The round is starting, deciding what map to play" wait(8) ranGame = maps[math.random(1,#maps)] MapClone = ranGame:Clone() MapClone.Parent = game.Workspace message.Value = "Map Chosen: " ..ranGame.Name wait(5) ----Teleporting players to the map----- game.StarterGui.ThisOne.TextButton.Visible = true spawns = MapClone.Spawns:GetChildren() for i,v in pairs (game.Players:GetPlayers()) do name = v.Name check = game.Workspace:FindFirstChild(name) if check then checkHumanoid = check:FindFirstChild("Humanoid") if checkHumanoid then v.Character:MoveTo(spawns[i].Position) -- countdown for killer release-- message.Value = "Watch your back"
end end end
for i = 15, 0, -1 do script.lol.Value = i wait(1) end
repeat wait() until script.lol.Value == "0" wait(0.5) lol.Value = "Someone is the killer; don't trust anyone" wait(3) lol.Value = ""
for i = 60,0,-1 do script.Message.Value = i wait(1) end
repeat wait() until script.Message.Value == "0" map = game.Workspace:FindFirstChild(ranGame.Name) map:Destroy() wait(2) message.Value = "The round has ended!" wait(2.3) message.Value = "" on = false else message.Value = "We need another player to start!" wait(6) end end while true do for i = 15, 0, -1 do message.Value = "There are "..i.." seconds before the next round starts" wait(1) end if on == false then GameTime() wait(0.5) end end
I want to make it so that after the 15 second countdown has ended, a player is chosen to be the murderer and sheriff and the rest are innocent. I want there to be a gui above their head like in murder mystery and the murderer gets blade, the sheriff gets a gun called "gun" in lighting. Just add the things in in the script above. I'll pay first. |
|
|
| Report Abuse |
|
|
Supint
|
  |
| Joined: 30 Aug 2013 |
| Total Posts: 6854 |
|
|
| 03 Apr 2014 08:39 AM |
| I think you would be much better of designing and building a game that does not already have competition. |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 03 Apr 2014 09:08 AM |
| No, you scammed tons of games, not going to help. |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2014 09:14 AM |
| Your script has many errors and you seem to have very bad scripting habits AKA its sloppy and looks like vomit on a page but ill help. |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2014 10:38 AM |
Just use a random player chooser script and clone a weapon into their starterpack! (for that part!) |
|
|
| Report Abuse |
|
|
trogyssy
|
  |
| Joined: 29 Oct 2010 |
| Total Posts: 2322 |
|
|
| 03 Apr 2014 10:40 AM |
Putting things in lighting makes lag. Use ServerStorage instead.
===A silent guardian, a watchful protector, a randomized knight=== |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2014 10:43 AM |
| Also, I don't wanna be mean or anything, but this game won't get popular, because there is too much competition (i.e. murder mystery!) and now people know that you just paid people to do most of the work. |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
| |
|
|
| 03 Apr 2014 11:09 AM |
You suck at scripting. You steal game's. Your Sloppy. You dont give credit. You steal script's. I saw that in free model's before. You need to print('GET OUT!') game.Players.LoveableGirlXD:Kick() TimeForKickOutRoblox == Forever.
|
|
|
| Report Abuse |
|
|
trogyssy
|
  |
| Joined: 29 Oct 2010 |
| Total Posts: 2322 |
|
|
| 03 Apr 2014 11:43 AM |
GetAsset(http://www.roblox.com/User.aspx?ID=56295985):Ban(expiration=nil, reason=[[
1) You steal places
2)You OD
3)You use freemodels
4)You can't script
5)You're trying to offer us money you don't have
]])
===A silent guardian, a watchful protector, a randomized knight=== |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 03 Apr 2014 11:55 AM |
| She probably has the money cuz she steals places... |
|
|
| Report Abuse |
|
|
trogyssy
|
  |
| Joined: 29 Oct 2010 |
| Total Posts: 2322 |
|
|
| 03 Apr 2014 12:00 PM |
Stealing places ~= success
===A silent guardian, a watchful protector, a randomized knight=== |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
| |
|
trogyssy
|
  |
| Joined: 29 Oct 2010 |
| Total Posts: 2322 |
|
|
| 03 Apr 2014 12:10 PM |
If she has the money, she's a place stealer, so there's no reason to trust her to give it.
===A silent guardian, a watchful protector, a randomized knight=== |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2014 12:34 PM |
| THIS IS MY ORIGINAL SCRIPT I MADE FOR VOXHALL. |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 03 Apr 2014 12:38 PM |
| Voxhall is also a fake namer >:/ |
|
|
| Report Abuse |
|
|
| |
|