XaiJu
polarisprog
polarisprog

patreon


How to make A Pet Simulator X Game on Roblox - Part 6

Comments

ah

Kamoo

on yt yes it is, thought here is up to date xD

Swen Frank

is there even a Part 7

Kamoo

Don't see Part7 but i have a couple of small changes for u Despawn Module: function module.Despawn(Drop) local OldParent = Drop.Parent for _, Part in pairs(Drop:GetChildren()) do if Part:IsA("BasePart") or Part:IsA("UnionOperation") then TweenService:Create(Part, TweenInfo.new(0.4), {Transparency = 1; CanCollide = false; CanTouch = false; CanQuery = false}):Play() end end CurrencyDropper.DropCurrency("CoinDrop", Drop.PrimaryPart.CFrame, 8) task.wait(0.4) Drop.Parent = DespawnedDrops task.wait(SpawnDuration) Drop.Parent = OldParent for _, Part in pairs(Drop:GetChildren()) do if Part:IsA("BasePart") or Part:IsA("UnionOperation") then TweenService:Create(Part, TweenInfo.new(0.4), {Transparency = 0; CanCollide = true; CanTouch = true; CanQuery = true}):Play() end end Drop.CurrentHealth.Value = Drop.MaxHealth.Value end return module MainServer: ReplicatedStorage.Remotes.GiveCoins.OnServerEvent:Connect(function(Player) Player.Stats.Coins.Value += math.random(5, 10) Player.Stats.Gems.Value += math.random(0, 1) end)

Swen Frank

Could you please show how to get a Pet hatching system in the Pet simulator X Series

Kamoo


More Creators