|
| 09 Oct 2013 10:46 AM |
| Please give me scripts to help make guns and forts. |
|
|
| Report Abuse |
|
|
| |
|
|
| 09 Oct 2013 10:48 AM |
raycasting (aka; laser gun) http://wiki.roblox.com/index.php/How_to_Make_a_Raycasting_Lasergun
forts are easy to make |
|
|
| Report Abuse |
|
|
|
| 09 Oct 2013 10:51 AM |
while true do create_gun = true GunParent = Workspace.Players function reload() end if true then function fire() end end end |
|
|
| Report Abuse |
|
|
|
| 09 Oct 2013 10:58 AM |
| ill hav u no thet im 5 years old and i wil not b takd 2 liek dis so u shud run b4 i beet u no0b |
|
|
| Report Abuse |
|
|
|
| 09 Oct 2013 11:01 AM |
Lol Billy xD
Also correction to my script
while true do create_gun = true GunParent = Game.Players function reload() end if true then function fire() end end end
|
|
|
| Report Abuse |
|
|
|
| 09 Oct 2013 11:05 AM |
Here is my skript:
local gun = newproxy(true) local mt = getmetatable(gun) mt.__index = {}
function mt.__index.Fire() Instance.new("ManualSurfaceJointInstance") end
function mt.__index.Reload() while (true) do coroutine.resume(coroutine.create(function() gun:Reload() end)) end end
Now u kan use gun:Fire() and gun:Reload()! be sur u giv me creditz or dis will blow up ur computur
This is my siggy when I'm at school c: |
|
|
| Report Abuse |
|
|
|
| 09 Oct 2013 11:09 AM |
But The manual surface was patched |
|
|
| Report Abuse |
|
|
|
| 09 Oct 2013 11:16 AM |
Noeee :c
This is my siggy when I'm at school c: |
|
|
| Report Abuse |
|
|