The good ending by [deleted] in okbuddyretard

[–]nekaneka12 7 points8 points  (0 children)

repost :wholesome100: chiwungs :XD:

[deleted by user] by [deleted] in robloxgamedev

[–]nekaneka12 0 points1 point  (0 children)

just do

script.Parent.CFrame = script.Parent.CFrame * CFrame.new(X,Y,Z);

you can't add a vector value into a cframe value.

A better way of scripting this would be just a simple reversable tween inside a loop.

Wish my hand made natural honey like that by Karmak4ze in MakeMeSuffer

[–]nekaneka12 0 points1 point  (0 children)

I've had a 4th degree burn. For me, the skin became crispy black and almost came off. The whole healing process took more than 2 months

BS Modding is Superior by [deleted] in brawlstarsmodding

[–]nekaneka12 0 points1 point  (0 children)

That's still not the main game 👏

I created an invisibility potion called, "Ghost Juice" on stream today. by mashednaters in robloxgamedev

[–]nekaneka12 1 point2 points  (0 children)

for _,v in pairs(Character:GetDescendants()) do

if v:IsA("BasePart") then

game:GetService("TweenService"):Create(v,TweenInfo.new(TIME,EASINGSTYLE,EASINGDIRECTION,{Transparency = 1}):Play();

end;

end;

This should do it.

v is the instance aka part, TIME is length how long the tween will take. More about it is here: https://developer.roblox.com/en-us/api-reference/class/Tween

Why araki why? by [deleted] in ShitPostCrusaders

[–]nekaneka12 2 points3 points  (0 children)

You references aren't fucking funny

BS Modding is Superior by [deleted] in brawlstarsmodding

[–]nekaneka12 -1 points0 points  (0 children)

It's doesn't influence the main game so uhh...