Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Game scripts request
#2
We only have about 20 active users -- this isn't ROBLOX where you can get a reply in 5 minutes.

Anyway,

[lua]
local tool = script.Parent
link(tool.MouseDown, function(b, pos)
local p = game.World:getPartAt(pos)
if p ~= nil then
if b == 1 then
p.Fixed = false
elseif b == 2 then
p.Fixed = true
end end end)
[/lua]

Try that.
Reply


Messages In This Thread
Game scripts request - by Vast - 08-06-2011, 09:13 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)