79347409

Date: 2025-01-11 02:15:26
Score: 1
Natty:
Report link

You can do this:

local part = workspace.Part or workspace:WaitForChild("Part")


local function touched(gpu)
local gpuValue = game.Players.LocalPlayer:FindFirstChild("GPUValue")

if not gpuValue then gpuValue = Instance.new("ObjectValue", game.Players.LocalPlayer) gpuValue.Name = "GPUValue" end

gpuValue.Value = gpu
end
part.Touched:Connect(touched)
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: RobloxProScripter23