|
| 18 Dec 2014 10:12 PM |
I know I should post this is scripters, and I did, a half hour ago, and got one reply.
I was hoping for one of you to help me with this problem. I'm making a gun work with filtering enabled, and I want to use remote functions, but I have no idea why this isn't working..
--SERVER-- local func=script.Parent.MakePartFunc func.OnServerInvoke:connect(function(plr,parent) return Instance.new("Part",parent) end) -----------------------
--LOCAL SCRIPT-- local mark = functions.MakePartFunc:InvokeServer(workspace) mark.Anchored=false mark.Locked=true mark.FormFactor=Enum.FormFactor.Custom mark.TopSurface=Enum.SurfaceType.Smooth mark.BottomSurface=Enum.SurfaceType.Smooth mark.Size=Vector3.new(.2,.2,.2) mark.CFrame=CFrame.new(hitPos) |
|
|
| Report Abuse |
|
| |
| |
Zeriten
|
  |
| Joined: 05 Nov 2012 |
| Total Posts: 19839 |
|
|
| 18 Dec 2014 10:24 PM |
try game design
and put
SH in the title |
|
|
| Report Abuse |
|
|
| 18 Dec 2014 10:27 PM |
| There's less people their than in scripters. |
|
|
| Report Abuse |
|