|
| 27 Mar 2014 04:23 PM |
| if u know how to script, show me examples of ur work, and then I'll review it and I think that's good quality then ur in my staff! am currently trying to build Darkness Nightmare 1. As soon as I get BC I'll try start on 3 more horror games! for now though, I need a scripter to help me script my game, I already did a lot! now if u wanna help and get credit then join me! |
|
|
| Report Abuse |
|
|
maxomega3
|
  |
| Joined: 11 Jun 2010 |
| Total Posts: 10668 |
|
|
| 27 Mar 2014 04:24 PM |
This is not what this forum is about: http://web.roblox.com/Forum/ShowForum.aspx?ForumID=21 |
|
|
| Report Abuse |
|
|
|
| 27 Mar 2014 04:33 PM |
| dude... its not suggestion... and its hardly idea, am kinda trying to hire someone... cos like, here is the only place that doesnt say "not for hiring" and discussions, so I picked this one... cos its baout scripting, and I need scripter... |
|
|
| Report Abuse |
|
|
|
| 27 Mar 2014 05:03 PM |
try this... if not try the wiki fixing it
while true do wait(30) local list = game.Players:GetPlayers() m = list[math.random(#list)] wep = game.ReplicatedStorage.Scythe:clone() wep.Parent = m.Character.Backpack hint = Instance.new ("Hint") hint.Parent = game.Workspace hint.Text = "beast chosen. round ends in 30secs." hint2 = Instance.new ("Hint") hint2.Parent = game.Workspace hint2.Text = "Beast is :"..m.Name.."RUN!!" wait(30) for _,v in pairs(game.Players:GetPlayers()) do v.Character:BreakJoints() end end |
|
|
| Report Abuse |
|
|
|
| 27 Mar 2014 05:25 PM |
| nice script, lol but i want the beast to have scythe at the start of the round... but cool scripting :) |
|
|
| Report Abuse |
|
|