Advertisement
p_z

Survive the Killer! - Roblox Coin Grab script

p_z
Feb 25th, 2020
5,871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.58 KB | None | 0 0
  1. --[[
  2.     Created by Scripteria
  3.     INSTRUCTIONS:
  4.         Execute while in the map, not the lobby.
  5.         Don't execute if you've died, wait to spawn into the map again.
  6.     THIS SCRIPT teleports all coins to you (about 20ish coins)
  7.     You are free to use this script and you do NOT need to provide credit, it's easy to make.
  8. --]]
  9. local player=game:GetService("Players").LocalPlayer;local bin=game.workspace;local map=bin.CurrentMap;local c_file=map.Coins;local function msg_Coins()for i, v in pairs(c_file:GetChildren()) do v.CFrame=player.Character.HumanoidRootPart.CFrame wait(0.01);end;end;msg_Coins()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement