Skip to content

Commit

Permalink
Added a task.wait to fix problem with Chalk tool setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
metauni committed Dec 30, 2023
1 parent 645db46 commit a3870d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Client/VRDrawingController/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ return {
if VRService.VREnabled then

Remotes.RequestVRChalk:FireServer()
task.wait(3)

local penTool = Players.LocalPlayer:WaitForChild("Backpack"):WaitForChild("Chalk")

ControllerMaid._watchPen = watchPen(penTool)
Expand Down

0 comments on commit a3870d2

Please sign in to comment.