Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local US = require(4003249972) -- https://web.roblox.com/library/4003249972/ScriptUtilities
- Mouse = US.MouseService:Get(owner.Name)
- local MousePart = Instance.new("Part", workspace)
- MousePart.Name = "Mouse"
- MousePart.Size = Vector3.new(3,3,3)
- MousePart.CanCollide = true
- MousePart.Anchored = true
- MousePart.TopSurface = Enum.SurfaceType.Smooth
- MousePart.BottomSurface = Enum.SurfaceType.Smooth
- while true do
- MousePart.CFrame = Mouse.hit
- wait(0.01)
- end
Advertisement
Add Comment
Please, Sign In to add comment