3.0k Views
Description
# Open Source gives basically inf money
Comments
7

Offline
vaxtalastus 10 months ago
'wait' just use game:GetService('RunService').RenderStepped:Wait()
Offline
vaxtalastus 10 months ago
while game:GetService('RunService').RenderStepped:Wait() do
game:GetService("ReplicatedStorage").Events.PickUp:FireServer("Stick")
end
vaxtalastuswhile game:GetService('RunService').RenderStepped:...
Offline
vxstyVerified
10 months ago
@vaxtalastus Inefficient, game:GetService('RunService').RenderStepped:Connect(function() code end)
Verified User
vxsty@vaxtalastus Inefficient, game:GetService('RunServ...
Offline
vaxtalastus 10 months ago
@vxsty game:GetService("RunService"):BindToRenderStep("hi", Enum.RenderPriority.Camera.Value, function()
--[[ code ]]
end)
vaxtalastus@vxsty game:GetService("RunService"):BindToRenderS...
Offline
vxstyVerified
10 months ago
@vaxtalastus :Connect works better
Verified User

Offline
MediorceExploiter 10 months ago
holy fumble, did you not check the remote event for other sticks?
MediorceExploiterholy fumble, did you not check the remote event fo...
Offline
MediorceExploiter 10 months ago
gold, diamond, and shadow each have their own remote event
