Advertisement
FazeWolfyBoy

Flashlight

Mar 26th, 2022
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "HumanFlashlight";
  3. Text = "Human Flashlight On";
  4. })
  5. character = game:GetService("Players").LocalPlayer.Character
  6. pointLight = Instance.new("PointLight")
  7. pointLight.Parent = character.HumanoidRootPart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement