Creig Is Back!
In this video I will show you how to make a moving laser!
If you have issues please don't hate and dislike just comment
Your issues and I will more than likely help or make a video on it!
Script For Platform:
start = game.Workspace.MovingModel.Start
finish = game.Workspace.MovingModel.Finish
bodyposition = game.Workspace.MovingModel.Platform.BodyPosition
while true do
bodyposition.Position = start.Position
wait(2)
bodyposition.Position = finish.Position
wait(2)
end
Script For Kill:
function onTouched(part)
local h = part.Parent:findFirstChild("Humaniod")
if h~=nil then h.Health = 0 end
end
script.Parent.Touched:connect(onTouched)
Like Subscribe & Share
Comment What Should I Post Next?
コメント