Roblox - Advanced Weed Blunt System Official

local hitsLeft = blunt:GetAttribute("HitsLeft") if hitsLeft <= 0 then blunt:Destroy() -- blunt finished return end

function HighnessManager:UpdateClient(player, value) local event = game:GetService("ReplicatedStorage"):FindFirstChild("UpdateHighness") if event then event:FireClient(player, value) end end

task.wait(BluntData.BluntConfig.PassOutDuration) Roblox - Advanced Weed Blunt System

if char and char.Parent then humanoid.PlatformStand = false passOutTag:Destroy() -- Reset highness to 30% local highness = player:FindFirstChild("Highness") if highness then highness.Value = 30 end self:UpdateClient(player, 30) end end

function HighnessManager:AddHighness(player, amount) local highness = player:FindFirstChild("Highness") if not highness then return end highness.Value = math.min(BluntData.BluntConfig.HighnessMax, highness.Value + amount) self:UpdateClient(player, highness.Value) 30) end end function HighnessManager:AddHighness(player

local Players = game:GetService("Players") local Debris = game:GetService("Debris") local HighnessManager = {}

local function useBlunt() if not canHit or not activeBlunt then return end canHit = false hitEvent:FireServer(activeBlunt) task.wait(BluntData.BluntConfig.HitCooldown) canHit = true end highness.Value + amount) self:UpdateClient(player

function HighnessManager:Init(player) local highness = Instance.new("NumberValue") highness.Name = "Highness" highness.Value = 0 highness.Parent = player

local colorCorrection = Instance.new("ColorCorrectionEffect") colorCorrection.TintColor = Color3.fromRGB(255, 100, 50) colorCorrection.TintIntensity = intensity * 0.4 colorCorrection.Parent = game:GetService("Lighting") colorCorrection.Name = "WeedTint" end

hitEvent.OnServerEvent:Connect(function(player, bluntTool) if not bluntTool or not bluntTool.Parent == player.Character then return end local blunt = getBluntData(bluntTool) if not blunt:GetAttribute("IsLit") then return end

You can access <Comicless> through any of the following apps you have installed
5800Coins for Signup,580 Coins daily.
Update the hottest novels in time! Subscribe to push to read! Accurate recommendation from massive library!
2 Then Click【Add To Home Screen】 Roblox - Advanced Weed Blunt System
1Click Roblox - Advanced Weed Blunt System