Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How Can I Show Cloned Block Position?

Asked by 5 years ago

I want to show a cloned block before placed. How can I fix this script?

01  --Intilaze Player's Mouse
02  local playerMouse = game.Players.LocalPlayer:GetMouse()
03 
04  local Gridsize = 4
05 
06 
07  --Tool Equipped
08script.Parent.Equipped:Connect(function(build)
09 
10 
11    if game.Workspace.GameRunning.Value == true then
12        while script.Parent.Unequipped do
13 
14        local CBlock = game.Workspace.Block:Clone()
15 
View all 40 lines...

2 answers

Log in to vote
0
Answered by 5 years ago

You got to better tell us what error messages you are getting. The issue you have(one of them) is that you use cblock.Position instead of cframe.

Ad
Log in to vote
0
Answered by 5 years ago

Actually, My Scipt Working But One At A Time. I want to do is When I Equip Tool, Work Infinitely.

Answer this question