Tanjiro-Kamado

Phantom Forces | Rainbow Gun (CLIENT-SIDED!)

Feb 3rd, 2020
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.71 KB | None | 0 0
  1. --[[
  2. Credits to; twotap
  3. Official thread; https://v3rmillion.net/showthread.php?tid=942488
  4. -------------------------------------------------------------------------------
  5. Script was provided from the official Demon Slayers Community Server; https://discord.gg/ADEVZ5R
  6. Official thread; https://v3rmillion.net/showthread.php?tid=936292 |<-- More info
  7. ]]--
  8.  
  9. game:GetService("RunService").Stepped:Connect(function()
  10. for a,b in pairs(workspace.Camera:GetChildren()) do
  11. for c,d in pairs(game:GetService("ReplicatedStorage").GunModels:GetChildren()) do
  12. if b.Name == d.Name then
  13. for e,f in pairs(b:GetChildren()) do
  14. if f:IsA("BasePart") then
  15. f.Color = Color3.fromHSV(tick()%5/5,1,1)
  16. end
  17. end
  18. end
  19. end
  20. end
  21. end)
Advertisement
Add Comment
Please, Sign In to add comment