|
| 05 Mar 2013 10:58 PM |
Can somebody help me make a halfway decent game? If not, then can you like show me how to pick, write, and configure scripts?
~ Nitroade100 ( Nitty ) |
|
|
| Report Abuse |
|
|
|
| 05 Mar 2013 11:28 PM |
I have an idea:
Get off your lazy butt (don't bother telling me you did this because do it again) and read the wiki. It's not our job to write scripts for you when you haven't shown us that you put a lot of effort in your script to make it good. Also, read and edit scripts in Free Models, because you can learn a lot from doing that. It's how I learnt.
If you want someone to make a game for you, go to LMaD, because this isn't the place. |
|
|
| Report Abuse |
|
|
| |
|
Infocus
|
  |
| Joined: 28 Apr 2011 |
| Total Posts: 8022 |
|
|
| 06 Mar 2013 03:09 AM |
script.Parent.Touched:connect(function(hit) -- If the part the script inside it is touched.. human = hit.Parent:findFirstChild("Humanoid") --Check if thing that touched is human if human then -- If its human then.. human:TakeDamage(100) --It decreases all of its health end -- Needed for the third line end) -- Needed for the first line..
--[[Put this inside a brick and make a decent obstacle course. Its basically a 'lava script.']]-- |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2013 07:13 AM |
| I wonder why you are the worst scripter on ROBLOX... |
|
|
| Report Abuse |
|
|